aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2013-04-21 23:02:58 +0000
committerMartin Matuska <mm@FreeBSD.org>2013-04-21 23:02:58 +0000
commitfb7627387569daeecabe0446f5efd77f1a0969ac (patch)
tree7c69f0e17ea2d37261f7754df82a9cee9f743ff6
parente4eebc06e5ddf01a675c946a73d96493eebc9823 (diff)
downloadports-fb7627387569daeecabe0446f5efd77f1a0969ac.tar.gz
ports-fb7627387569daeecabe0446f5efd77f1a0969ac.zip
Notes
-rw-r--r--devel/pear-Horde_Cache/Makefile2
-rw-r--r--devel/pear-Horde_Core/Makefile1
-rw-r--r--devel/pear-channel-horde/bsd.horde.mk1
3 files changed, 3 insertions, 1 deletions
diff --git a/devel/pear-Horde_Cache/Makefile b/devel/pear-Horde_Cache/Makefile
index 3a69e6894c44..9ba8b394f96c 100644
--- a/devel/pear-Horde_Cache/Makefile
+++ b/devel/pear-Horde_Cache/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFINE= APC MEMCACHE
APC_DESC= Require APC PHP extension
MEMCACHE_DESC= Enable Memcache support
-USE_HORDE_RUN= Horde_Exception Horde_Util
+USE_HORDE_RUN= Horde_Compress_Fast Horde_Exception Horde_Util
USE_PHP= hash
.include <bsd.port.pre.mk>
diff --git a/devel/pear-Horde_Core/Makefile b/devel/pear-Horde_Core/Makefile
index 75e23105b99e..9652ac924bcd 100644
--- a/devel/pear-Horde_Core/Makefile
+++ b/devel/pear-Horde_Core/Makefile
@@ -32,6 +32,7 @@ USE_HORDE_RUN= Horde_Role \
Horde_Cache \
Horde_Cli \
Horde_Compress \
+ Horde_Compress_Fast \
Horde_Controller \
Horde_Data \
Horde_Date \
diff --git a/devel/pear-channel-horde/bsd.horde.mk b/devel/pear-channel-horde/bsd.horde.mk
index 1e6b6efd0a0b..d8527e0beac2 100644
--- a/devel/pear-channel-horde/bsd.horde.mk
+++ b/devel/pear-channel-horde/bsd.horde.mk
@@ -27,6 +27,7 @@ horde-Horde_Browser-DEPEND= ${PEARDIR}/Horde/Browser.php:${PORTSDIR}/www/pear-Ho
horde-Horde_Cache-DEPEND= ${PEARDIR}/Horde/Cache.php:${PORTSDIR}/devel/pear-Horde_Cache
horde-Horde_Cli-DEPEND= ${PEARDIR}/Horde/Cli.php:${PORTSDIR}/devel/pear-Horde_Cli
horde-Horde_Compress-DEPEND= ${PEARDIR}/Horde/Compress.php:${PORTSDIR}/archivers/pear-Horde_Compress
+horde-Horde_Compress_Fast-DEPEND= ${PEARDIR}/Horde/Compress/Fast.php:${PORTSDIR}/archivers/pear-Horde_Compress_Fast
horde-Horde_Constraint-DEPEND= ${PEARDIR}/Horde/Constraint.php:${PORTSDIR}/devel/pear-Horde_Constraint
horde-Horde_Controller-DEPEND= ${PEARDIR}/Horde/Controller.php:${PORTSDIR}/devel/pear-Horde_Controller
horde-Horde_Core-DEPEND= ${PEARDIR}/Horde.php:${PORTSDIR}/devel/pear-Horde_Core