Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 07:53:33 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320670 - head/lang/squeak
Message-ID:  <201306120753.r5C7rX53098988@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306120753.r5C7rX53098988>