diff options
author | wen <wen@FreeBSD.org> | 2011-06-16 14:26:23 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-06-16 14:26:23 +0800 |
commit | 26337fa8eb6bb106108f5a1918fcff8da5d09129 (patch) | |
tree | be56a2d1fe85d9a6237325d5ef30a66a78a2921c /multimedia/miro | |
parent | 7ef97d81a81a7fb978fb0aa5dcb997db02934ec3 (diff) | |
download | freebsd-ports-gnome-26337fa8eb6bb106108f5a1918fcff8da5d09129.tar.gz freebsd-ports-gnome-26337fa8eb6bb106108f5a1918fcff8da5d09129.tar.zst freebsd-ports-gnome-26337fa8eb6bb106108f5a1918fcff8da5d09129.zip |
- Add missing depends.
PR: ports/157438
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer
Diffstat (limited to 'multimedia/miro')
-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 2b08338e22af..1a1ac45568b6 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -7,6 +7,7 @@ PORTNAME= miro PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ @@ -27,7 +28,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl + ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ + ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen BUILD_WRKSRC= ${WRKSRC}/linux INSTALL_WRKSRC= ${WRKSRC}/linux |