Revision: 32267 http://trac.macosforge.org/projects/macports/changeset/32267 Author: ryandesign@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 +}
participants (1)
-
ryandesign@macports.org