svn commit: r336529 - head/games/starfighter

Marcus von Appen mva at FreeBSD.org
Sun Dec 15 13:28:39 UTC 2013


Author: mva
Date: Sun Dec 15 13:28:38 2013
New Revision: 336529
URL: http://svnweb.freebsd.org/changeset/ports/336529

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/games/starfighter/Makefile

Modified: head/games/starfighter/Makefile
==============================================================================
--- head/games/starfighter/Makefile	Sun Dec 15 13:27:53 2013	(r336528)
+++ head/games/starfighter/Makefile	Sun Dec 15 13:28:38 2013	(r336529)
@@ -17,12 +17,17 @@ COMMENT=	Liberate the universe from the 
 
 LICENSE=	GPLv2
 
-USES=		gmake iconv
+USES=		gmake iconv shebangfix
+USE_PYTHON_BUILD=	-2.7
 USE_XORG=	x11 xau xdmcp
 USE_SDL=	image mixer
 WITH_ZLIB=	yes
 MAKEFILE=	makefile
 
+SHEBANG_FILES=	pack.py unpack.py
+python_OLD_CMD=	${SETENV} python
+python_CMD=	${PYTHON_CMD}
+
 INSTALLS_ICONS=	yes
 
 PLIST_FILES=	bin/${PORTNAME} \


More information about the svn-ports-head mailing list