summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-06 09:28:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-06 09:28:22 +0000
commit6691e4da4155ea8c96887680ea241892444c63a7 (patch)
treedcf6be1a987a9e48e16241830f5efcd1bd343fe5 /lang/squeak
parentFix fetch. Good bye, go-oo.org. (diff)
Fix build on FreeBSD 9+
Notes
Notes: svn path=/head/; revision=311750
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 7c5c4cae578f..8c82eb4d7878 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -22,7 +22,7 @@ LICENSE= AL2 MIT
LICENSE_COMB= multi
# Don't set USE_ZIP as this breaks EXTRACT_CMD.
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
+BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
cmake:${PORTSDIR}/devel/cmake \
${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS= audio:${PORTSDIR}/audio/nas \