[124513] trunk/dports/graphics/podofo/Portfile

devans at macports.org devans at macports.org
Sun Aug 24 21:28:37 PDT 2014


Revision: 124513
          https://trac.macports.org/changeset/124513
Author:   devans at macports.org
Date:     2014-08-24 21:28:37 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
podofo: cppunit required as a build dependency only to enable build of podofo command line tools (#44745).

Modified Paths:
--------------
    trunk/dports/graphics/podofo/Portfile

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2014-08-25 04:26:23 UTC (rev 124512)
+++ trunk/dports/graphics/podofo/Portfile	2014-08-25 04:28:37 UTC (rev 124513)
@@ -26,6 +26,11 @@
 checksums       sha256  ec261e31e89dce45b1a31be61e9c6bb250532e631a02d68ec5bb849ef0a222d8 \
                 rmd160  7db7f92d84913621dfa53fbecd3f394aa8105bf4
 
+# cppunit required as a build dependency to enable build of podofo command line tools
+
+depends_build-append \
+                port:cppunit 
+
 depends_lib     port:zlib \
                 port:freetype \
                 port:fontconfig \
@@ -34,7 +39,6 @@
                 port:libpng \
                 port:jpeg \
                 port:tiff \
-                port:cppunit \
                 port:lua
 
 post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/b3d7cf68/attachment.html>


More information about the macports-changes mailing list