aboutsummaryrefslogtreecommitdiff
path: root/games/chocolate-doom
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-01-06 22:24:34 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-01-06 22:24:34 +0000
commitd53a5867df7119788300ef3344f4fdfd007cc2f6 (patch)
tree8ec4f34dafe6a2145f076d1f692dd779d174c14f /games/chocolate-doom
parent583c6bc2216ab5e06700feb3258d92a68a7c5118 (diff)
downloadports-d53a5867df7119788300ef3344f4fdfd007cc2f6.tar.gz
ports-d53a5867df7119788300ef3344f4fdfd007cc2f6.zip
- Fix man building after python infrasctructure change from 20131218
This port uses python based man build script working with both python2 and python3 so BUILD_DEPENDS on lang/python - Nothing in package use python on runtime - Bump PORTREVISION as dependencies changed Submitted by: myself Approved by: maintainer via email
Notes
Notes: svn path=/head/; revision=338949
Diffstat (limited to 'games/chocolate-doom')
-rw-r--r--games/chocolate-doom/Makefile6
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