diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/oolite | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) |
Notes
Diffstat (limited to 'games/oolite')
-rw-r--r-- | games/oolite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile index d2c6655edb61..8f00b324c976 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ LIB_DEPENDS= libespeak.so:${PORTSDIR}/audio/espeak \ libnspr4.so:${PORTSDIR}/devel/nspr -USES= gmake perl5 tar:bzip2 +USES= gmake perl5 python:build tar:bzip2 USE_GL= yes USE_SDL= mixer image gfx USE_GNUSTEP= yes @@ -29,7 +29,6 @@ USE_GNUSTEP_BUILD= yes USE_MAKEFILE= yes ALL_TARGET= release-deployment USE_PERL5= build -USE_PYTHON_BUILD= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |