aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-ingo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde-ingo/Makefile')
-rw-r--r--mail/horde-ingo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile
index 832653a4166d..de10a134a360 100644
--- a/mail/horde-ingo/Makefile
+++ b/mail/horde-ingo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ingo
PORTVERSION= 3.2.16
CATEGORIES= mail www pear
-PKGNAMEPREFIX= horde-
+PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde email filter rules manager
@@ -29,7 +29,7 @@ USE_HORDE_RUN= Horde_Role \
Horde_Util
# Optional but we want it
-RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve \
- ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
+RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve@${PHP_FLAVOR} \
+ ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
.include <bsd.port.mk>