svn commit: r336469 - head/graphics/nathive

William Grzybowski wg at FreeBSD.org
Sat Dec 14 18:37:16 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list