diff options
Diffstat (limited to 'www/pear-Services_Amazon/Makefile')
-rw-r--r-- | www/pear-Services_Amazon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-Services_Amazon/Makefile b/www/pear-Services_Amazon/Makefile index 4962fba6fb0f..ce00393fcefe 100644 --- a/www/pear-Services_Amazon/Makefile +++ b/www/pear-Services_Amazon/Makefile @@ -15,7 +15,7 @@ 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 \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer |