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 | |
parent | Update xorgproto, libX11 and libXvMC (diff) |
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516912
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} |