diff options
Diffstat (limited to 'www/pear-Services_Delicious/Makefile')
-rw-r--r-- | www/pear-Services_Delicious/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/pear-Services_Delicious/Makefile b/www/pear-Services_Delicious/Makefile index 92b8bb4..d25a22f 100644 --- a/www/pear-Services_Delicious/Makefile +++ b/www/pear-Services_Delicious/Makefile @@ -8,10 +8,10 @@ CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Client for the del.icio.us web service -BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \ + ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request +RUN_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \ + ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request USES= dos2unix pear USE_PHP= openssl |