diff options
Diffstat (limited to 'mail/pear-Net_Cyrus/Makefile')
-rw-r--r-- | mail/pear-Net_Cyrus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/pear-Net_Cyrus/Makefile b/mail/pear-Net_Cyrus/Makefile index 70628afcdaa7..db69a2eec518 100644 --- a/mail/pear-Net_Cyrus/Makefile +++ b/mail/pear-Net_Cyrus/Makefile @@ -8,10 +8,10 @@ CATEGORIES= mail net pear MAINTAINER= bra@fsn.hu COMMENT= PEAR class to administer Cyrus IMAP servers -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ - ${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP -RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ - ${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \ + ${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \ + ${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR} USES= pear |