diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /multimedia/miro | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) |
Notes
Diffstat (limited to 'multimedia/miro')
-rw-r--r-- | multimedia/miro/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 11aec8da022c..696155ecfa07 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Democracy -# Date created: 30 November 2006 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= miro PORTVERSION= 5.0 @@ -23,8 +19,8 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \ ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/taglib/taglib.h:${PORTSDIR}/audio/taglib LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${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 \ |