diff options
Diffstat (limited to 'java/sablevm-classpath')
-rw-r--r-- | java/sablevm-classpath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile index ec14f9a8fa17..adfd86485e90 100644 --- a/java/sablevm-classpath/Makefile +++ b/java/sablevm-classpath/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= jikes:java/jikes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig xorg USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_XORG= x11 ice xtst sm @@ -35,6 +35,7 @@ ZIP_DESC= Compress class library .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} +USES+= gnome USE_GNOME+= gtk20 PLIST_SUB+= GTK2="" .if ${PORT_OPTIONS:MCAIRO} |