diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-01 19:17:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-01 19:17:54 +0000 |
commit | da8ab68b378ed34b70b812f3ef5cbd37713bf4b2 (patch) | |
tree | 0f1a72638c7ad9843e9d4ffb7322fc03576bdee8 /games/endgame-singularity/Makefile | |
parent | 48b719c6ac5c815179d18510952d1a9b7b731e1d (diff) | |
download | ports-da8ab68b378ed34b70b812f3ef5cbd37713bf4b2.tar.gz ports-da8ab68b378ed34b70b812f3ef5cbd37713bf4b2.zip |
- Switch to pydistutils autoplist, fixing .egg-info handling
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=398380
Diffstat (limited to 'games/endgame-singularity/Makefile')
-rw-r--r-- | games/endgame-singularity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile index 6d003e7f18e1..2df77c928e2d 100644 --- a/games/endgame-singularity/Makefile +++ b/games/endgame-singularity/Makefile @@ -16,10 +16,11 @@ RUN_DEPENDS= py*-game>=1.8:${PORTSDIR}/devel/py-game \ ${PYNUMPY} USES= python -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils USE_SDL= image mixer PORTDOCS= AUTHORS Changelog README.txt TODO PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} +NO_ARCH= yes OPTIONS_DEFINE= MUSIC DOCS OPTIONS_DEFAULT= MUSIC |