diff options
author | glewis <glewis@FreeBSD.org> | 2007-08-21 14:11:17 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-08-21 14:11:17 +0800 |
commit | 37733b264b45e15272eff4d6a5939ba9210d4653 (patch) | |
tree | 3c48c14d363fcc650ab512051a98e6a58b198b5b /java | |
parent | 10cdc03d643fbe0ddc4d83484f56703bee0a4cea (diff) | |
download | freebsd-ports-gnome-37733b264b45e15272eff4d6a5939ba9210d4653.tar.gz freebsd-ports-gnome-37733b264b45e15272eff4d6a5939ba9210d4653.tar.zst freebsd-ports-gnome-37733b264b45e15272eff4d6a5939ba9210d4653.zip |
. Add USE_XORG configuration. I'm guessing that prior to the modular
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk13/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index f414d64408bb..8773a3b05fcc 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -49,6 +49,7 @@ LATEST_LINK= jdk13 ONLY_FOR_ARCHS= i386 USE_GETTEXT= yes USE_GMAKE= yes +USE_XORG= ice sm x11 xext 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="${JDK13DIR}" \ |