diff options
author | pawel <pawel@FreeBSD.org> | 2014-01-07 06:24:34 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-01-07 06:24:34 +0800 |
commit | 8e247d93797829c67d8e63219b16cd4572cf584e (patch) | |
tree | 8ec4f34dafe6a2145f076d1f692dd779d174c14f /games | |
parent | 88896d7619f54d13edbfef240d866369486a6ff0 (diff) | |
download | freebsd-ports-gnome-8e247d93797829c67d8e63219b16cd4572cf584e.tar.gz freebsd-ports-gnome-8e247d93797829c67d8e63219b16cd4572cf584e.tar.zst freebsd-ports-gnome-8e247d93797829c67d8e63219b16cd4572cf584e.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
Diffstat (limited to 'games')
-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 |