diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 09:28:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 09:28:22 +0000 |
commit | 6691e4da4155ea8c96887680ea241892444c63a7 (patch) | |
tree | dcf6be1a987a9e48e16241830f5efcd1bd343fe5 | |
parent | 4d4f740a58de77200a8d3f84cb7b44773c58bdde (diff) | |
download | ports-6691e4da4155ea8c96887680ea241892444c63a7.tar.gz ports-6691e4da4155ea8c96887680ea241892444c63a7.zip |
Notes
-rw-r--r-- | lang/squeak/Makefile | 2 |
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 \ |