Date: Wed, 6 Feb 2013 09:38:12 +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: r311752 - head/games/rocksndiamonds Message-ID: <201302060938.r169cCjc063346@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Feb 6 09:38:11 2013 New Revision: 311752 URL: http://svnweb.freebsd.org/changeset/ports/311752 Log: Fix build on FreeBSD 9+ Modified: head/games/rocksndiamonds/Makefile Modified: head/games/rocksndiamonds/Makefile ============================================================================== --- head/games/rocksndiamonds/Makefile Wed Feb 6 09:36:00 2013 (r311751) +++ head/games/rocksndiamonds/Makefile Wed Feb 6 09:38:11 2013 (r311752) @@ -32,7 +32,7 @@ COMMENT= Colorful Boulderdash'n'Emerald LICENSE= GPLv2 LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_ICONV= yes USE_SDL= image mixer net sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302060938.r169cCjc063346>