diff options
author | glewis <glewis@FreeBSD.org> | 2007-10-11 10:18:15 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-10-11 10:18:15 +0800 |
commit | 3251b7f03d8a764553576dad636a1290cef3322e (patch) | |
tree | 93633ac35c7a452ced3f4b5c05809fbf94587990 /java | |
parent | af1b1d8fd4db2ed2c0e44fe9b6e4bbabfedaa458 (diff) | |
download | freebsd-ports-gnome-3251b7f03d8a764553576dad636a1290cef3322e.tar.gz freebsd-ports-gnome-3251b7f03d8a764553576dad636a1290cef3322e.tar.zst freebsd-ports-gnome-3251b7f03d8a764553576dad636a1290cef3322e.zip |
. Explicitly pull in X dependencies instead of depending on the open-motif
dependency to implicitly pull in the X libraries we need.
Requested by: linimon
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 9381cd06455b..2bc8ef17823c 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -127,6 +127,7 @@ EXTRACT_ONLY+= ${SCSL_SRCFILE} ${SCSL_BINFILE} ONLY_FOR_ARCHS= i386 USE_GMAKE= YES +USE_XORG+= x11 xext xi xmu xp xt xtst RESTRICTED= "Redistribution of pre-compiled binaries is not permitted" NO_CDROM= "Redistribution of pre-compiled binaries is not permitted" MAKE_ENV= ALT_BOOTDIR="${JDK14DIR}" \ |