diff options
Diffstat (limited to 'www/planet')
-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 |