Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 22:24:34 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338949 - head/games/chocolate-doom
Message-ID:  <201401062224.s06MOYjh073392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401062224.s06MOYjh073392>