diff options
author | beech <beech@FreeBSD.org> | 2007-08-02 03:32:30 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-08-02 03:32:30 +0800 |
commit | 7784bcaba3e75067b22876f5bb1cb2f90a4fdadf (patch) | |
tree | eb2575d2d2a0dc734c509a359c8c298098aefad5 /www/horde-base | |
parent | bed9b7fb055aa9ed6612cf1d2ea6320ab0311cf5 (diff) | |
download | freebsd-ports-gnome-7784bcaba3e75067b22876f5bb1cb2f90a4fdadf.tar.gz freebsd-ports-gnome-7784bcaba3e75067b22876f5bb1cb2f90a4fdadf.tar.zst freebsd-ports-gnome-7784bcaba3e75067b22876f5bb1cb2f90a4fdadf.zip |
- Add dependency
- Bump portrevision
PR: ports/115114
Submitted by: Dan Lukes <dan@obluda.cz>
Approved by: sat (mentor)
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 7 |
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) |