aboutsummaryrefslogtreecommitdiff
path: root/www/horde-base
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-08-01 19:32:30 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-08-01 19:32:30 +0000
commit567bdd4a264dc5ef23003020cb644f8a731538a7 (patch)
tree9f484e36bfb252d565da7be56e932b1444ddd19f /www/horde-base
parent9175e555af85f63c2d22c88ba4794402212f3481 (diff)
downloadports-567bdd4a264dc5ef23003020cb644f8a731538a7.tar.gz
ports-567bdd4a264dc5ef23003020cb644f8a731538a7.zip
- Add dependency
- Bump portrevision PR: ports/115114 Submitted by: Dan Lukes <dan@obluda.cz> Approved by: sat (mentor)
Notes
Notes: svn path=/head/; revision=196917
Diffstat (limited to 'www/horde-base')
-rw-r--r--www/horde-base/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile
index 9722004ec7a4..784ee4af518e 100644
--- a/www/horde-base/Makefile
+++ b/www/horde-base/Makefile
@@ -8,13 +8,13 @@
PORTNAME= horde
DISTVERSIONPREFIX=
DISTVERSION= 3.1.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
PKGNAMEPREFIX=
PKGNAMESUFFIX= -base
MAINTAINER= beech@FreeBSD.org
-COMMENT= Common code-base used by Horde applications, written in PHP
+COMMENT= Common code-base used by Horde applications
#----------------------------------------------------------------------------
# You may define these options:
@@ -75,13 +75,14 @@ RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
+ ${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \
${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
CONFLICTS= horde-2.*
-USE_GETTEXT= yes # Already implied by USE_PHP =gettext, to pet portlint
+USE_GETTEXT= yes
USE_PHP= ctype gettext session
.if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP)