[55737] trunk/dports/java/gnu-classpath/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Aug 17 19:29:55 PDT 2009
Revision: 55737
http://trac.macports.org/changeset/55737
Author: ryandesign at macports.org
Date: 2009-08-17 19:29:54 -0700 (Mon, 17 Aug 2009)
Log Message:
-----------
gnu-classpath: fix syntax errors in +gtk variant
Modified Paths:
--------------
trunk/dports/java/gnu-classpath/Portfile
Modified: trunk/dports/java/gnu-classpath/Portfile
===================================================================
--- trunk/dports/java/gnu-classpath/Portfile 2009-08-18 02:29:24 UTC (rev 55736)
+++ trunk/dports/java/gnu-classpath/Portfile 2009-08-18 02:29:54 UTC (rev 55737)
@@ -34,11 +34,11 @@
--disable-plugin
variant gtk {
- depends-lib-append port:gtk2 \
- port:gconf
+ depends_lib-append port:gtk2 \
+ port:gconf
- configure-delete --disable-gtk-peer \
- --disable-gconf-peer
+ configure.args-delete --disable-gtk-peer \
+ --disable-gconf-peer
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090817/fe8dc6c6/attachment.html>
More information about the macports-changes
mailing list