From 8f4ced1aa071736e98d428dd4ea5af8d05e4b73f Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 21 Aug 2007 06:11:17 +0000 Subject: [PATCH] . 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) --- java/jdk13/Makefile | 1 + 1 file changed, 1 insertion(+) 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}" \