[146574] trunk/dports/devel/arabica/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 12 05:22:01 PST 2016


Revision: 146574
          https://trac.macports.org/changeset/146574
Author:   ryandesign at macports.org
Date:     2016-03-12 05:22:01 -0800 (Sat, 12 Mar 2016)
Log Message:
-----------
arabica: fix syntax errors in noboost and expat variants

Modified Paths:
--------------
    trunk/dports/devel/arabica/Portfile

Modified: trunk/dports/devel/arabica/Portfile
===================================================================
--- trunk/dports/devel/arabica/Portfile	2016-03-12 13:05:08 UTC (rev 146573)
+++ trunk/dports/devel/arabica/Portfile	2016-03-12 13:22:01 UTC (rev 146574)
@@ -31,16 +31,12 @@
 patchfiles          patch-Makefile.in.diff
 
 variant noboost {
-    configure.args.delete   --with-boost=${prefix}
-    configure.args.append   --with-boost=no
-    depends_lib.delete      port:boost
+    depends_lib-delete      port:boost
+    configure.args-replace  --with-boost=${prefix} --with-boost=no
 }
 
 variant expat {
-    configure.args.delete   --with-parser=libxml2
-    configure.args.delete   --with-libxml2=${prefix}
-    configure.args.append   --with-parser=expat
-    configure.args.append   --with-expat=${prefix}
-    depends_lib.delete      port:libxml2
-    depends_lib.append      port:expat
+    depends_lib-replace     port:libxml2 port:expat
+    configure.args-replace  --with-parser=libxml2 --with-parser=expat
+    configure.args-replace  --with-libxml2=${prefix} --with-expat=${prefix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160312/a15e5edc/attachment.html>


More information about the macports-changes mailing list