diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-21 23:37:20 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-21 23:37:20 +0000 |
commit | 03bcaebbc7da797df96c0a29d1ae7eee44aa0989 (patch) | |
tree | 01ee236677378ca44d5dec6b1340d7f667d81cb6 | |
parent | d11eb408e9f96a67d3b00bc1bfff1fab19550db8 (diff) | |
download | FreeBSD-ports-03bcaebbc7da797df96c0a29d1ae7eee44aa0989.zip FreeBSD-ports-03bcaebbc7da797df96c0a29d1ae7eee44aa0989.tar.gz |
the boostrap bundle libs, do not expose them to the pkg(8) solver
-rw-r--r-- | java/bootstrap-openjdk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/bootstrap-openjdk/Makefile b/java/bootstrap-openjdk/Makefile index 0873f21..ad98c30 100644 --- a/java/bootstrap-openjdk/Makefile +++ b/java/bootstrap-openjdk/Makefile @@ -2,6 +2,7 @@ PORTNAME= ${JDK_NAME} PORTVERSION= ${DISTVERSION_${ARCH}} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jkim @@ -14,6 +15,7 @@ COMMENT= Oracle's Java 6 virtual machine release under the GPL v2 LICENSE= GPLv2 RUN_DEPENDS= java-zoneinfo>0:${PORTSDIR}/java/java-zoneinfo +BUNDLE_LIBS= yes ONLY_FOR_ARCHS= amd64 i386 |