aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-10-12 23:57:51 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:43:39 +0800
commitd99607f5c550bda6c396c67eebe447c4f6327c5d (patch)
tree377f843abe064384155837e23d7134ad79bdccb7 /java
parente187e57eed0f7bc3aeb57ef319cd216fc060cedc (diff)
downloadfreebsd-ports-gnome-d99607f5c550bda6c396c67eebe447c4f6327c5d.tar.gz
freebsd-ports-gnome-d99607f5c550bda6c396c67eebe447c4f6327c5d.tar.zst
freebsd-ports-gnome-d99607f5c550bda6c396c67eebe447c4f6327c5d.zip
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
Diffstat (limited to 'java')
-rw-r--r--java/classpath/Makefile1
-rw-r--r--java/icedtea-web/Makefile2
2 files changed, 0 insertions, 3 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile
index 7cb9bb707f12..4f06450ac9a5 100644
--- a/java/classpath/Makefile
+++ b/java/classpath/Makefile
@@ -24,7 +24,6 @@ USES= gmake iconv libtool perl5 pkgconfig
USE_LDCONFIG= yes
USE_PERL5= build
USE_XORG= x11 ice xtst xaw xproto xext
-WANT_GNOME= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile
index 9a546f3123c2..f72397d00aad 100644
--- a/java/icedtea-web/Makefile
+++ b/java/icedtea-web/Makefile
@@ -28,8 +28,6 @@ USE_XORG= x11
USES= desktop-file-utils gmake perl5 pkgconfig shebangfix
SHEBANG_FILES= jrunscript.in launcher/launchers.in
-WANT_GNOME= yes
-
CONFIGURE_ARGS= --with-hamcrest="${HAMCREST_JAR}"
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}"
CONFIGURE_ARGS+= --with-jre-home="${JAVA_HOME}/jre"