diff options
| author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:03:34 +0000 |
|---|---|---|
| committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:03:34 +0000 |
| commit | 07e8e1c13cabb968ffd985d9af1a2ddc2c02498c (patch) | |
| tree | 54e77937cbaf0fed5fc185aca36b2d9a346a79b5 /java/sablevm-classpath/Makefile | |
| parent | d9df28a9ce4a22ff2fea480fbf9fbd24276897dd (diff) | |
Notes
Diffstat (limited to 'java/sablevm-classpath/Makefile')
| -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} |
