diff options
Diffstat (limited to 'www/pear-Services_Blogging/Makefile')
-rw-r--r-- | www/pear-Services_Blogging/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-Services_Blogging/Makefile b/www/pear-Services_Blogging/Makefile index c25980c55059..f47c791043ab 100644 --- a/www/pear-Services_Blogging/Makefile +++ b/www/pear-Services_Blogging/Makefile @@ -8,8 +8,8 @@ CATEGORIES= www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PHP interface to Blog -BUILD_DEPENDS= ${PEARDIR}/XML/RPC.php:net/pear-XML_RPC -RUN_DEPENDS= ${PEARDIR}/XML/RPC.php:net/pear-XML_RPC +BUILD_DEPENDS= ${PEARDIR}/XML/RPC.php:net/pear-XML_RPC@${PHP_FLAVOR} +RUN_DEPENDS= ${PEARDIR}/XML/RPC.php:net/pear-XML_RPC@${PHP_FLAVOR} USES= pear |