diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-08 17:40:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-08 17:40:58 +0800 |
commit | 62b63c4cf71a584fe53d280577be0fc453416c2f (patch) | |
tree | c353db861d52e4b03b50f512f720aa8da55a42d5 /multimedia | |
parent | c5d039e2dfa8fa0ebeca2a17759302c8ebc8f5bb (diff) | |
download | freebsd-ports-gnome-62b63c4cf71a584fe53d280577be0fc453416c2f.tar.gz freebsd-ports-gnome-62b63c4cf71a584fe53d280577be0fc453416c2f.tar.zst freebsd-ports-gnome-62b63c4cf71a584fe53d280577be0fc453416c2f.zip |
Totem uses python2. No need to attempt to also include the python3 version of
libpeas python bindings in.
Submitted by: antoine@
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index aa09b7b4c0a1..ea88d03e44c2 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,6 +3,7 @@ PORTNAME= totem PORTVERSION= 3.16.2 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -27,8 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py-libpeas \ gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ gnome-icon-theme-symbolic>=2.91.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ - grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas + grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins PORTSCOUT= limitw:1,even |