diff options
author | wg <wg@FreeBSD.org> | 2013-12-15 02:37:15 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-15 02:37:15 +0800 |
commit | d355532f823f43c7458a05b097ea2a54fe3470a5 (patch) | |
tree | 1dd665764a5e6768ceba29a5a25df96a91fb2fd5 /graphics | |
parent | c74cd3f2c0fd87c1ffea6c025b9984637ed3c034 (diff) | |
download | freebsd-ports-gnome-d355532f823f43c7458a05b097ea2a54fe3470a5.tar.gz freebsd-ports-gnome-d355532f823f43c7458a05b097ea2a54fe3470a5.tar.zst freebsd-ports-gnome-d355532f823f43c7458a05b097ea2a54fe3470a5.zip |
graphics/nathive: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nathive/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile index 81deb8f5de6d..e7d0ea2c35e4 100644 --- a/graphics/nathive/Makefile +++ b/graphics/nathive/Makefile @@ -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 |