diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-11 07:16:16 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-11 07:16:16 +0000 |
| commit | 701b60c846d03ed640facf2eb1321f9122570e57 (patch) | |
| tree | 2ec0982dd107b9af59b1e29cbdcb142aaddb7ce6 /java/openjdk7 | |
| parent | 71ebea3f34b65c49936eaa8e390492e999c024e2 (diff) | |
Notes
Diffstat (limited to 'java/openjdk7')
| -rw-r--r-- | java/openjdk7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile index 23d27511557b..b7ea454d72cb 100644 --- a/java/openjdk7/Makefile +++ b/java/openjdk7/Makefile @@ -55,7 +55,7 @@ LATEST_LINK= openjdk7 LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 \ asound:${PORTSDIR}/audio/alsa-lib BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ + ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client RUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu |
