Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 18:37:16 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336469 - head/graphics/nathive
Message-ID:  <201312141837.rBEIbGVA099167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Dec 14 18:37:15 2013
New Revision: 336469
URL: http://svnweb.freebsd.org/changeset/ports/336469

Log:
  graphics/nathive: depends explicitly on "python"
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/nathive/Makefile

Modified: head/graphics/nathive/Makefile
==============================================================================
--- head/graphics/nathive/Makefile	Sat Dec 14 18:35:58 2013	(r336468)
+++ head/graphics/nathive/Makefile	Sat Dec 14 18:37:15 2013	(r336469)
@@ -11,10 +11,12 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Lightweight image editor
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
+RUN_DEPENDS=	python:${PORTSDIR}/lang/python \
+		${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
 
 USES=		gmake
-USE_PYTHON=	yes
+USE_PYTHON=	2
 MAKEFILE=	makefile
 ALL_TARGET=	default
 



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