diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:36:46 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:36:46 +0000 |
commit | 25a9a892f82fbdc146c3727c0023073f6c36f8a5 (patch) | |
tree | 48365394f1d107561c9688fffccdae384278f7a4 | |
parent | 16afb87ac69c13380bbe1bf65707cda321a749ec (diff) |
Notes
-rw-r--r-- | devel/pear-channel-horde/bsd.horde.mk | 1 | ||||
-rw-r--r-- | sysutils/pear-Horde_Log/Makefile | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/devel/pear-channel-horde/bsd.horde.mk b/devel/pear-channel-horde/bsd.horde.mk index a657a7b021fb..2b3fbd8c577d 100644 --- a/devel/pear-channel-horde/bsd.horde.mk +++ b/devel/pear-channel-horde/bsd.horde.mk @@ -71,6 +71,7 @@ horde-Horde_Routes-DEPEND= ${PEARDIR}/Horde/Routes/Route.php:${PORTSDIR}/www/pea horde-Horde_Secret-DEPEND= ${PEARDIR}/Horde/Secret.php:${PORTSDIR}/security/pear-Horde_Secret horde-Horde_Serialize-DEPEND= ${PEARDIR}/Horde/Serialize.php:${PORTSDIR}/devel/pear-Horde_Serialize horde-Horde_SessionHandler-DEPEND= ${PEARDIR}/Horde/SessionHandler.php:${PORTSDIR}/www/pear-Horde_SessionHandler +horde-Horde_Scribe-DEPEND= ${PEARDIR}/Horde/Scribe.php:${PORTSDIR}/net/pear-Horde_Scribe horde-Horde_Share-DEPEND= ${PEARDIR}/Horde/Share/Base.php:${PORTSDIR}/security/pear-Horde_Share horde-Horde_SpellChecker-DEPEND= ${PEARDIR}/Horde/SpellChecker.php:${PORTSDIR}/textproc/pear-Horde_SpellChecker horde-Horde_Stream_Filter-DEPEND= ${PEARDIR}/Horde/Stream/Filter/Crc32.php:${PORTSDIR}/devel/pear-Horde_Stream_Filter diff --git a/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile index d616e614d543..8d3c03835259 100644 --- a/sysutils/pear-Horde_Log/Makefile +++ b/sysutils/pear-Horde_Log/Makefile @@ -7,12 +7,20 @@ PORTNAME= Horde_Log PORTVERSION= 1.0.0 CATEGORIES= sysutils www pear +PKGNAMEPREFIX= pear- MAINTAINER= mm@FreeBSD.org COMMENT= Horde Logging library +OPTIONS= SCRIBE "Enable scribe support" Off + USE_HORDE_RUN= Horde_Constraint Horde_Exception .include <bsd.port.pre.mk> + +.if defined(WITH_SCRIBE) +USE_HORDE+= Horde_Scribe +.endif + .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> |