svn commit: r320670 - head/lang/squeak

Martin Wilke miwi at FreeBSD.org
Wed Jun 12 07:53:33 UTC 2013


Author: miwi
Date: Wed Jun 12 07:53:32 2013
New Revision: 320670
URL: http://svnweb.freebsd.org/changeset/ports/320670

Log:
  - Fix build

Modified:
  head/lang/squeak/Makefile

Modified: head/lang/squeak/Makefile
==============================================================================
--- head/lang/squeak/Makefile	Wed Jun 12 07:51:52 2013	(r320669)
+++ head/lang/squeak/Makefile	Wed Jun 12 07:53:32 2013	(r320670)
@@ -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 \


More information about the svn-ports-all mailing list