diff options
Diffstat (limited to 'www/cplanet/Makefile')
-rw-r--r-- | www/cplanet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cplanet/Makefile b/www/cplanet/Makefile index b540cb8e02bf..1e48d853dacd 100644 --- a/www/cplanet/Makefile +++ b/www/cplanet/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://files.etoilebsd.net/cplanet/ MAINTAINER= bapt@FreeBSD.org COMMENT= RSS Feed Aggregator that generate static html -BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libcurl.so:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:www/clearsilver +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libcurl.so:ftp/curl LICENSE= BSD2CLAUSE |