diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-11-28 05:38:00 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-11-28 05:38:00 +0000 |
commit | 97e8b7483d5a726a229388d41756a161f343e64f (patch) | |
tree | 3b34dcb37627aa71357378d7a8103a6954ccc1ab /java | |
parent | 3ea68048cd4dc285a72963510e6a54bdab89406e (diff) | |
download | ports-97e8b7483d5a726a229388d41756a161f343e64f.tar.gz ports-97e8b7483d5a726a229388d41756a161f343e64f.zip |
Notes
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 ab40188a6b5c..40924c7d6016 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ zip:${PORTSDIR}/archivers/zip \ ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif .if !defined(WITHOUT_PLUGIN) +FORBIDDEN= Vulnerabilities in the browser plugin LIB_DEPENDS= glib12.3:$(PORTSDIR)/devel/glib12 \ gtk12.2:$(PORTSDIR)/x11-toolkits/gtk12 \ nspr4.1:$(PORTSDIR)/devel/nspr |