diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-12 07:53:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-12 07:53:32 +0000 |
commit | eebd94075ba0afd2ea7a245c3892d3611da6ed07 (patch) | |
tree | 143eb95ba95012f46732275e3c8f8cdd7d8ba997 /lang/squeak | |
parent | 639da3c2b6fc3ddde1037d54acf30fbd47f94235 (diff) |
Notes
Diffstat (limited to 'lang/squeak')
-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 78043fb8ccae..8ce790f4a2d4 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 \ v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= audio:${PORTSDIR}/audio/nas \ |