[47371] trunk/dports/lang/see/Portfile

perry at macports.org perry at macports.org
Fri Feb 27 03:09:34 PST 2009


Revision: 47371
          http://trac.macports.org/changeset/47371
Author:   perry at macports.org
Date:     2009-02-27 03:09:34 -0800 (Fri, 27 Feb 2009)
Log Message:
-----------
lang/see - Added readline variant.

Modified Paths:
--------------
    trunk/dports/lang/see/Portfile

Modified: trunk/dports/lang/see/Portfile
===================================================================
--- trunk/dports/lang/see/Portfile	2009-02-27 11:01:01 UTC (rev 47370)
+++ trunk/dports/lang/see/Portfile	2009-02-27 11:09:34 UTC (rev 47371)
@@ -18,5 +18,13 @@
 
 checksums           rmd160 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f
 
-configure.args      --with-boehm-gc
-depends_lib         port:boehmgc
+configure.args \
+    --with-boehm-gc --without-pcre --without-readline
+depends_lib \
+    port:boehmgc
+
+variant readline description {Enable the GNU Readline library} {
+    configure.args-append --with-readline
+    configure.args-delete --without-readline
+    depends_lib-append port:readline
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090227/82d6e6e6/attachment.html>


More information about the macports-changes mailing list