1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Fix the usage of 'python' to get rid of the implicit lang/python

dependency
- Reset maintainer

Approved by:	Bruno Schwander <bruno@tinkerbox.org>
This commit is contained in:
Marcus von Appen 2013-11-25 20:18:52 +00:00
parent 4b2432b979
commit 350ecd9843
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334895
2 changed files with 8 additions and 3 deletions

View File

@ -8,16 +8,21 @@ CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= bruno@tinkerbox.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Educative games for children
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
LIB_DEPENDS= assetml.0:${PORTSDIR}/devel/libassetml
USE_PYTHON= yes
USES= shebangfix
USE_PYTHON= 2
NO_BUILD= yes
python_OLD_CMD= /usr/bin/env python
python_CMD= /usr/bin/env python2
SHEBANG_FILES= childsplay.py
# avoid asking for translation to your local language on install
MAKE_ENV= LANG=C

View File

@ -1,7 +1,7 @@
--- Makefile.orig Sat May 7 23:13:35 2005
+++ Makefile Sat May 7 23:15:11 2005
@@ -0,0 +1,7 @@
+PYTHON = /usr/bin/env python
+PYTHON = /usr/bin/env python2
+
+install:
+ ./INSTALL.sh