[32267] trunk/dports/editors/nvi/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 23 05:43:35 PST 2007


Revision: 32267
          http://trac.macosforge.org/projects/macports/changeset/32267
Author:   ryandesign at macports.org
Date:     2007-12-23 05:43:24 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
nvi: make the x11 variant a little clearer, though to be honest, I'm not sure this variant actually does anything...

Modified Paths:
--------------
    trunk/dports/editors/nvi/Portfile

Modified: trunk/dports/editors/nvi/Portfile
===================================================================
--- trunk/dports/editors/nvi/Portfile	2007-12-23 12:33:16 UTC (rev 32266)
+++ trunk/dports/editors/nvi/Portfile	2007-12-23 13:43:24 UTC (rev 32267)
@@ -18,8 +18,11 @@
 depends_lib	lib:libdb:db3
 
 patchfiles 	patch_configure patch-ex__ex_script.c
-configure.args	--program-prefix=n --with-db3=${prefix} --with-x=no \
+configure.args	--program-prefix=n --with-db3=${prefix} --without-x \
 		--mandir=${prefix}/share/man
 
 #build.target
-variant         x11 { configure.args-append --with-x }
+variant x11 {
+    configure.args-delete --without-x
+    configure.args-append --with-x
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071223/b27171a6/attachment-0001.html


More information about the macports-changes mailing list