diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 19:19:40 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 19:19:40 +0800 |
commit | a2add27113e746b0baf348d923819db6d56930c4 (patch) | |
tree | 280b54c5ee7c90837708d3244b64176ad501419f /multimedia | |
parent | 357d98f93360b0b42c99b386c79740d336dcf712 (diff) | |
download | freebsd-ports-gnome-a2add27113e746b0baf348d923819db6d56930c4.tar.gz freebsd-ports-gnome-a2add27113e746b0baf348d923819db6d56930c4.tar.zst freebsd-ports-gnome-a2add27113e746b0baf348d923819db6d56930c4.zip |
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/castpodder/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/castpodder/Makefile b/multimedia/castpodder/Makefile index ca9e7273da39..4a8173c36837 100644 --- a/multimedia/castpodder/Makefile +++ b/multimedia/castpodder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-castpodder -# Date created: 2006-04-30 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= castpodder PORTVERSION= 5.1 @@ -18,7 +14,7 @@ COMMENT= A podcast receiver written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xmms/__init__.py:${PORTSDIR}/audio/py-xmms \ ${PYTHON_SITELIBDIR}/bmp/__init__.py:${PORTSDIR}/multimedia/py-pybmp \ ${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode \ - ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb + ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb .if !defined(WITH_BMP) RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms .else |