svn commit: r317258 - head/games/xye

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:09:23 UTC 2013


Author: bapt
Date: Fri May  3 21:09:22 2013
New Revision: 317258
URL: http://svnweb.freebsd.org/changeset/ports/317258

Log:
  Really fix build on FreeBSD 9+

Modified:
  head/games/xye/Makefile

Modified: head/games/xye/Makefile
==============================================================================
--- head/games/xye/Makefile	Fri May  3 21:08:31 2013	(r317257)
+++ head/games/xye/Makefile	Fri May  3 21:09:22 2013	(r317258)
@@ -29,7 +29,7 @@ COMMENT=	Puzzle games like sokoban or bo
 
 LICENSE=	ZLIB
 
-EXTRACT_DEPENDS=${LOCALBASE}/unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
 
 USE_SDL=	sdl image ttf
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list