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 | |
parent | 357d98f93360b0b42c99b386c79740d336dcf712 (diff) | |
download | freebsd-ports-graphics-a2add27113e746b0baf348d923819db6d56930c4.tar.gz freebsd-ports-graphics-a2add27113e746b0baf348d923819db6d56930c4.tar.zst freebsd-ports-graphics-a2add27113e746b0baf348d923819db6d56930c4.zip |
- Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation
-rw-r--r-- | mail/py-spambayes/Makefile | 2 | ||||
-rw-r--r-- | multimedia/castpodder/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/btqueue/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 8 | ||||
-rw-r--r-- | science/gramps/Makefile | 2 | ||||
-rw-r--r-- | www/planet/Makefile | 8 |
6 files changed, 10 insertions, 26 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile index e6c0050b415..b84c2c4d955 100644 --- a/mail/py-spambayes/Makefile +++ b/mail/py-spambayes/Makefile @@ -12,7 +12,7 @@ COMMENT= A Bayesian anti-spam filter written in Python LICENSE= PSFL -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_PKGNAMEPREFIX}dns>=2.0:${PORTSDIR}/dns/py-dns \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0.2:${PORTSDIR}/devel/py-lockfile diff --git a/multimedia/castpodder/Makefile b/multimedia/castpodder/Makefile index ca9e7273da3..4a8173c3683 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 diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile index 9df17f355e4..a1f65170802 100644 --- a/net-p2p/btqueue/Makefile +++ b/net-p2p/btqueue/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: BTQueue -# Date created: 04 Jun 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= btqueue PORTVERSION= 0.1.3 @@ -15,7 +11,7 @@ DISTNAME= BTQueue-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Alternative BitTorrent client with queuing functionality -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent* USE_PYTHON= yes diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index 90ca4b65e0d..ba78315fe91 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nicotine -# Date created: 19 Aug 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# PORTNAME= plus PORTVERSION= 1.2.16 @@ -15,7 +11,7 @@ DISTNAME= ${PKGNAMEPREFIX:S/-/+/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= A fork of nicotine soulseek client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb CONFLICTS= nicotine-[0-9]* BROKEN= does not build diff --git a/science/gramps/Makefile b/science/gramps/Makefile index aa12bd2c79f..09cb516cf4a 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -14,7 +14,7 @@ COMMENT= A GTK/GNOME-based genealogy program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ ${PYXML} USE_BDB= 43 diff --git a/www/planet/Makefile b/www/planet/Makefile index 183a548ebbf..c8dc91b35bd 100644 --- a/www/planet/Makefile +++ b/www/planet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: planet -# Date created: 26 September 2005 -# Whom: Alan Snelson <alan@wave2.co.uk> -# +# Created by: Alan Snelson <alan@wave2.co.uk> # $FreeBSD$ -# PORTNAME= planet PORTVERSION= 2.0 @@ -14,7 +10,7 @@ MAINTAINER= alan@wave2.co.uk COMMENT= Planet is a flexible feed aggregator - and more! RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental \ - ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb + ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb USE_BZIP2= yes NO_BUILD= yes |