Date: Wed, 6 Feb 2013 09:28:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311750 - head/lang/squeak Message-ID: <201302060928.r169SNUB060362@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Feb 6 09:28:22 2013 New Revision: 311750 URL: http://svnweb.freebsd.org/changeset/ports/311750 Log: Fix build on FreeBSD 9+ Modified: head/lang/squeak/Makefile Modified: head/lang/squeak/Makefile ============================================================================== --- head/lang/squeak/Makefile Wed Feb 6 07:49:21 2013 (r311749) +++ head/lang/squeak/Makefile Wed Feb 6 09:28:22 2013 (r311750) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302060928.r169SNUB060362>