diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-28 16:54:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-28 16:54:14 +0800 |
commit | df25e06c1ddb8f10134a6902d128c5a56e0aca6a (patch) | |
tree | e7f55d7038c3dd9a7076486c1eae8f4920aa561f /games | |
parent | 6b6410d95b4f25078e60449ce4689a2135a43eb7 (diff) | |
download | freebsd-ports-gnome-df25e06c1ddb8f10134a6902d128c5a56e0aca6a.tar.gz freebsd-ports-gnome-df25e06c1ddb8f10134a6902d128c5a56e0aca6a.tar.zst freebsd-ports-gnome-df25e06c1ddb8f10134a6902d128c5a56e0aca6a.zip |
- Switch to USES=python
Diffstat (limited to 'games')
-rw-r--r-- | games/diameter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index bd97b55b4017..e315a9cb8f87 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -13,11 +13,10 @@ COMMENT= Arcade-style game with elements of economy and adventure LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libguichan.so:${PORTSDIR}/devel/guichan -USES= tar:bzip2 gmake pkgconfig +USES= tar:bzip2 gmake pkgconfig python GNU_CONFIGURE= yes USE_GL= gl USE_SDL= sdl mixer image -USE_PYTHON= yes WRKSRC= ${WRKDIR}/gamediameter |