svn commit: r338949 - head/games/chocolate-doom

Pawel Pekala pawel at FreeBSD.org
Mon Jan 6 22:24:34 UTC 2014


Author: pawel
Date: Mon Jan  6 22:24:34 2014
New Revision: 338949
URL: http://svnweb.freebsd.org/changeset/ports/338949

Log:
  - 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

Modified:
  head/games/chocolate-doom/Makefile

Modified: head/games/chocolate-doom/Makefile
==============================================================================
--- head/games/chocolate-doom/Makefile	Mon Jan  6 22:07:24 2014	(r338948)
+++ head/games/chocolate-doom/Makefile	Mon Jan  6 22:24:34 2014	(r338949)
@@ -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 engin
 
 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


More information about the svn-ports-all mailing list