. 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)
This commit is contained in:
Greg Lewis 2007-08-21 06:11:17 +00:00
parent a41c49f61a
commit 8f4ced1aa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198006

View file

@ -49,6 +49,7 @@ LATEST_LINK= jdk13
ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS= i386
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_XORG= ice sm x11 xext xp xt xtst
RESTRICTED= "Redistribution of pre-compiled binaries is not permitted" RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
NO_CDROM= "Redistribution of pre-compiled binaries is not permitted" NO_CDROM= "Redistribution of pre-compiled binaries is not permitted"
MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \ MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \