diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2012-05-27 03:51:15 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2012-05-27 03:51:15 +0000 |
commit | 8c6175a3b58b8663c823ea9f8f37e7b53a3b1207 (patch) | |
tree | 327cd4b0d505b2002ef578e8b7a83efd7044174a /java | |
parent | 553e0cf1eb3bd625085546d000567adc8768f90d (diff) | |
download | ports-8c6175a3b58b8663c823ea9f8f37e7b53a3b1207.tar.gz ports-8c6175a3b58b8663c823ea9f8f37e7b53a3b1207.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 551ad9866771..2c05ba1a8992 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -31,8 +31,8 @@ COMMENT= Oracle's Java 6 virtual machine release under the GPL v2 LICENSE= GPLv2 -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ +BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \ + ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ |