diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-01-06 22:24:34 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-01-06 22:24:34 +0000 |
commit | d53a5867df7119788300ef3344f4fdfd007cc2f6 (patch) | |
tree | 8ec4f34dafe6a2145f076d1f692dd779d174c14f /games/chocolate-doom | |
parent | 583c6bc2216ab5e06700feb3258d92a68a7c5118 (diff) | |
download | ports-d53a5867df7119788300ef3344f4fdfd007cc2f6.tar.gz ports-d53a5867df7119788300ef3344f4fdfd007cc2f6.zip |
Notes
Diffstat (limited to 'games/chocolate-doom')
-rw-r--r-- | games/chocolate-doom/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/chocolate-doom/Makefile b/games/chocolate-doom/Makefile index aaea1c70a461..79ebbf3f0279 100644 --- a/games/chocolate-doom/Makefile +++ b/games/chocolate-doom/Makefile @@ -2,6 +2,7 @@ PORTNAME= chocolate-doom PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.chocolate-doom.org/downloads/2.0.0/ @@ -10,9 +11,10 @@ COMMENT= Doom/Heretic/Hexen/Strife engine port compatible with the original exes LICENSE= GPLv2 -USE_GMAKE= yes +BUILD_DEPENDS= python:${PORTSDIR}/lang/python + +USES= gmake USE_SDL= mixer net sdl -USE_PYTHON= 2.5+ GNU_CONFIGURE= yes PORTDOCS= CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS README README.OPL |