[86923] trunk/dports/devel/pficommon/Portfile

hum at macports.org hum at macports.org
Sun Nov 6 22:08:45 PST 2011


Revision: 86923
          http://trac.macports.org/changeset/86923
Author:   hum at macports.org
Date:     2011-11-06 22:08:41 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
pficommon: add configure.args-append to skip checking.

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

Modified: trunk/dports/devel/pficommon/Portfile
===================================================================
--- trunk/dports/devel/pficommon/Portfile	2011-11-07 05:05:52 UTC (rev 86922)
+++ trunk/dports/devel/pficommon/Portfile	2011-11-07 06:08:41 UTC (rev 86923)
@@ -18,11 +18,15 @@
 git.url             https://github.com/pfi/pficommon.git
 git.branch          3858e20dc7
 
+# msgpack for jubatus.
 depends_lib         port:msgpack
-# optional: fcgi mysql postgresql#Magick++ gtest
+# optional: fcgi mysql postgresql Magick++ gtest
 
 configure.cmd       ./waf configure
 configure.universal_args
+configure.args-append     --disable-database \
+                          --disable-fcgi \
+                          --disable-magickpp 
 
 build.cmd           ./waf build
 build.target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/07401337/attachment.html>


More information about the macports-changes mailing list