diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-30 23:14:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-30 23:14:07 +0000 |
commit | a638af812f732b8e9257b29a000d4b9fdc01ce4e (patch) | |
tree | 7884694f8e30d4ef4fb4ed8aff6bdc2b7aee990d /mail/horde-ingo/Makefile | |
parent | d835ee4eafa817b659bc372c8e079ea8e05beed0 (diff) |
Notes
Diffstat (limited to 'mail/horde-ingo/Makefile')
-rw-r--r-- | mail/horde-ingo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile index da02cc019ff6..e92e3948bb50 100644 --- a/mail/horde-ingo/Makefile +++ b/mail/horde-ingo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ingo -PORTVERSION= 1.0.2 +PORTVERSION= 1.1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \ ftp://ftp.planetmirror.com/pub/horde/ingo/ \ @@ -33,6 +33,7 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_PHP= imap +USE_GETTEXT= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} |