diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-31 07:14:07 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-31 07:14:07 +0800 |
commit | a7239a5fc3254d11241d4b4fe3f31b896458a184 (patch) | |
tree | cd01dcd577aef38f842f557a72e6ce2058af3605 /mail/horde4-ingo/Makefile | |
parent | 36384a2e9b9585f7ec1932d48b2ee24e58d6c751 (diff) | |
download | freebsd-ports-gnome-a7239a5fc3254d11241d4b4fe3f31b896458a184.tar.gz freebsd-ports-gnome-a7239a5fc3254d11241d4b4fe3f31b896458a184.tar.zst freebsd-ports-gnome-a7239a5fc3254d11241d4b4fe3f31b896458a184.zip |
Upgrade to Ingo H3 1.1.
Changelog at <http://lists.horde.org/archives/announce/2006/000265.html>.
Reminded by: Nejc Skoberne <nejc (at) skoberne.net>
Diffstat (limited to 'mail/horde4-ingo/Makefile')
-rw-r--r-- | mail/horde4-ingo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile index da02cc019ff6..e92e3948bb50 100644 --- a/mail/horde4-ingo/Makefile +++ b/mail/horde4-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}/||} |