diff options
author | decke <decke@FreeBSD.org> | 2010-09-03 21:54:39 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2010-09-03 21:54:39 +0800 |
commit | 94275427196e62030487960fcd16ec282396db38 (patch) | |
tree | 5629c314fcc8623662f46e547e0ee158c83aabae /multimedia | |
parent | ed467cc838b39d9af7e10072d29de8d4f664ebf1 (diff) | |
download | freebsd-ports-gnome-94275427196e62030487960fcd16ec282396db38.tar.gz freebsd-ports-gnome-94275427196e62030487960fcd16ec282396db38.tar.zst freebsd-ports-gnome-94275427196e62030487960fcd16ec282396db38.zip |
- Add missing py-gnome2 dependency
- Bump PORTREVISION
PR: ports/149990
Submitted by: Oleg Ginzburg <olevole at olevole dot ru>
Approved by: Armin Pirkovitsch <armin at frozen-zone dot org> (maintainer), beat (co-mentor, implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/miro/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 613e6afeec83..5d8c66c6d3b8 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -7,6 +7,7 @@ PORTNAME= miro PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ @@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ - ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk + ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ + ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 BUILD_WRKSRC= ${WRKSRC}/platform/gtk-x11 INSTALL_WRKSRC= ${WRKSRC}/platform/gtk-x11 |