diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /java/bootstrap-openjdk | |
parent | Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | java/bootstrap-openjdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootstrap-openjdk/Makefile b/java/bootstrap-openjdk/Makefile index 4e54f4fa786c..6b692943057b 100644 --- a/java/bootstrap-openjdk/Makefile +++ b/java/bootstrap-openjdk/Makefile @@ -13,7 +13,7 @@ COMMENT= Oracle's Java 6 virtual machine release under the GPL v2 LICENSE= GPLv2 -RUN_DEPENDS= java-zoneinfo>0:${PORTSDIR}/java/java-zoneinfo +RUN_DEPENDS= java-zoneinfo>0:java/java-zoneinfo BUNDLE_LIBS= yes ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 |