[138332] trunk/dports/graphics/tiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jul 5 16:29:48 PDT 2015


Revision: 138332
          https://trac.macports.org/changeset/138332
Author:   ryandesign at macports.org
Date:     2015-07-05 16:29:48 -0700 (Sun, 05 Jul 2015)
Log Message:
-----------
tiff: use configure.args-replace instead of -delete and -append

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

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2015-07-05 22:14:30 UTC (rev 138331)
+++ trunk/dports/graphics/tiff/Portfile	2015-07-05 23:29:48 UTC (rev 138332)
@@ -74,8 +74,7 @@
 
 variant jbig description {Enable JBIG support} {
     depends_lib-append      port:jbigkit
-    configure.args-delete   --disable-jbig
-    configure.args-append   --enable-jbig
+    configure.args-replace  --disable-jbig --enable-jbig
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150705/1d6153df/attachment.html>


More information about the macports-changes mailing list