diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:56:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:56:39 +0000 |
commit | a5d101735ab0718fa3d3f7c7ae59172f204165da (patch) | |
tree | 290fc7ef30f8c20996ad7e6d17746e74cd9eded0 /games/galaxymage | |
parent | 048bfa50cedb9af617599b1e8f1fbd219a2d1ae6 (diff) |
Notes
Diffstat (limited to 'games/galaxymage')
-rw-r--r-- | games/galaxymage/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/galaxymage/Makefile b/games/galaxymage/Makefile index 80fe36a70835..7479865a4a76 100644 --- a/games/galaxymage/Makefile +++ b/games/galaxymage/Makefile @@ -19,15 +19,9 @@ USE_TWISTED= yes USES= gettext NO_BUILD= yes -OPTIONS_DEFINE= PSYCO -PSYCO_DESC= Use just-in-time Python compiler - NO_STAGE= yes -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MPSYCO} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -.endif +.include <bsd.port.options.mk> post-configure: @${REINPLACE_CMD} -e 's@%%DATADIR%%@${DATADIR}@g' ${WRKSRC}/GalaxyMage.py ${WRKSRC}/src/Resources.py |