diff options
Diffstat (limited to 'net/pear-Net_SMS')
-rw-r--r-- | net/pear-Net_SMS/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pear-Net_SMS/Makefile b/net/pear-Net_SMS/Makefile index d428628bbb8d..51bbea46f3ec 100644 --- a/net/pear-Net_SMS/Makefile +++ b/net/pear-Net_SMS/Makefile @@ -8,10 +8,10 @@ CATEGORIES= net pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR SMS functionality -BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ - ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request -RUN_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ - ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request +BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \ + ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} +RUN_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \ + ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} USE_PHP= gettext USES= pear php |