diff options
author | kwm <kwm@FreeBSD.org> | 2015-06-12 23:14:18 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-06-12 23:14:18 +0800 |
commit | 05a6f8b5d732917971fa630a494b5d26542f4e67 (patch) | |
tree | 629e5401a7376dcaf5f46ab8fba04a8b03aab549 /multimedia/totem | |
parent | d3b608f56927e02b90422c8c28911673dc30e6ab (diff) | |
download | freebsd-ports-gnome-05a6f8b5d732917971fa630a494b5d26542f4e67.tar.gz freebsd-ports-gnome-05a6f8b5d732917971fa630a494b5d26542f4e67.tar.zst freebsd-ports-gnome-05a6f8b5d732917971fa630a494b5d26542f4e67.zip |
* 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
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 7da03cd11fdc..bee13080533a 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -4,7 +4,7 @@ PORTNAME= totem PORTVERSION= 3.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -27,7 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ 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 + grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins \ + ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ python:3 shebangfix tar:xz |