diff options
-rw-r--r-- | java/jdk15/Makefile | 1 | ||||
-rw-r--r-- | java/jdk16/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 9e3c3e13a7bf..81deaf62ac28 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -124,6 +124,7 @@ LIB_DEPENDS= nspr4.1:$(PORTSDIR)/devel/nspr ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= YES USE_ICONV= 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" diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 1ed14ce3eabb..2645be94f528 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -123,6 +123,7 @@ USE_GNOME= desktopfileutils ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= YES USE_ICONV= YES +USE_XORG+= x11 xext xi xtst RESTRICTED= "Redistribution of pre-compiled binaries is not permitted" NO_CDROM= "Redistribution of pre-compiled binaries is not permitted" |