diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-26 17:30:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-26 17:30:02 +0800 |
commit | c018d9502b2e25c4a32f1098a6a117292a885f8c (patch) | |
tree | 8a4277862b7080757d8345c99de7dceaa80c7220 /www/pear-Services_Amazon | |
parent | b0766e3be627fbcf247a01e55d5a4db35db019b3 (diff) | |
download | freebsd-ports-gnome-c018d9502b2e25c4a32f1098a6a117292a885f8c.tar.gz freebsd-ports-gnome-c018d9502b2e25c4a32f1098a6a117292a885f8c.tar.zst freebsd-ports-gnome-c018d9502b2e25c4a32f1098a6a117292a885f8c.zip |
Convert to USES=pear
Diffstat (limited to 'www/pear-Services_Amazon')
-rw-r--r-- | www/pear-Services_Amazon/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/pear-Services_Amazon/Makefile b/www/pear-Services_Amazon/Makefile index a9a5d2cda73c..4112736f24b5 100644 --- a/www/pear-Services_Amazon/Makefile +++ b/www/pear-Services_Amazon/Makefile @@ -8,15 +8,11 @@ CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP interface to Amazon Product Advertising API -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ +BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ +RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |