diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-15 20:15:22 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-15 20:15:22 +0000 |
commit | 07a7ebf25a7487992f2d86b52e1f392a69defaf6 (patch) | |
tree | e9327cf8ceb709e56af6242e3fb4414106ecd7c6 /mail/horde4-turba/Makefile | |
parent | 3347fe54e90f72f555db7b2fa15d55602fdb4b2e (diff) |
Notes
Diffstat (limited to 'mail/horde4-turba/Makefile')
-rw-r--r-- | mail/horde4-turba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index 81bfb5cbe144..3bd64ead08ab 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-turba/Makefile @@ -6,7 +6,7 @@ # PORTNAME= turba -PORTVERSION= 2.0.5 +PORTVERSION= 2.1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ ftp://ftp.planetmirror.com/pub/horde/turba/ \ @@ -39,12 +39,12 @@ USE_PHP= ldap NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION -USE_REINPLACE= yes +USE_GETTEXT= yes REINPLACE_ARGS= -i "" DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ docs/LDAP docs/RELEASE_NOTES docs/TODO docs/UPGRADING -CONFFILE= attributes.php menu.php prefs.php sources.php +CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php SUB_DIRS= config lib locale po scripts templates themes LHORDEDIR?= www/horde |