summaryrefslogtreecommitdiff
path: root/graphics/eog-plugins
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-06-12 15:14:18 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-06-12 15:14:18 +0000
commit7cef57ebd9e6eec97668e258ba3e82ce6e59dab5 (patch)
tree629e5401a7376dcaf5f46ab8fba04a8b03aab549 /graphics/eog-plugins
parent- use portable cpu option for sparcv8 (diff)
* Split off the python bindings from the main libpeas port.
* This allows use to supply both python bindings. Update libpeas using ports for this change. * Assign maintainership to gnome@ Obtained from: GNOME devel repo
Notes
Notes: svn path=/head/; revision=389277
Diffstat (limited to 'graphics/eog-plugins')
-rw-r--r--graphics/eog-plugins/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index e57977c2d32a..2348c73d9a2e 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -4,6 +4,7 @@
PORTNAME= eog-plugins
PORTVERSION= 3.14.2
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -42,6 +43,7 @@ PLIST_SUB+= CHAMPLAIN="@comment "
PLIST_SUB+= PYVER=${PYTHON_VER:S|.||}
.if ${PORT_OPTIONS:MPYTHON}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
CONFIGURE_ARGS+=--enable-python
USES+= python:3
PLIST_SUB+= PYTHON=""