diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-10-12 15:57:51 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-10-12 15:57:51 +0000 |
| commit | 4da13b8f8e619dad24893ca2f4b4acfb93701d03 (patch) | |
| tree | 22d06d881d39a3e8bbe4216cf9029a239cf1e2dc /java | |
| parent | Correctly use BINARY_ALIAS (diff) | |
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/Makefile | 1 | ||||
| -rw-r--r-- | java/icedtea-web/Makefile | 2 |
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" |
