diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-08-21 06:11:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-08-21 06:11:17 +0000 |
commit | 8f4ced1aa071736e98d428dd4ea5af8d05e4b73f (patch) | |
tree | 0eb9420a9a81093b8d56f402a668553b725af141 /java | |
parent | a41c49f61ac24543582c90e271a9c2ec764d1ed8 (diff) |
. 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)
Notes
Notes:
svn path=/head/; revision=198006
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}" \ |