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 /www | |
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 'www')
-rw-r--r-- | www/planet/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/planet/Makefile b/www/planet/Makefile index 183a548ebbf0..c8dc91b35bd4 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 |