svn commit: r311752 - head/games/rocksndiamonds

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 6 09:38:12 UTC 2013


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


More information about the svn-ports-all mailing list