diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-20 23:10:59 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-20 23:10:59 +0800 |
commit | 6aac6b4477fb97892bea09287851422074c1f97a (patch) | |
tree | 7596e06e825c47c0ccea19abf53b51f9d0328c11 /mail/sqwebmail | |
parent | 677e378189a328600df3d61d166290a22c5dc7f8 (diff) | |
download | freebsd-ports-gnome-6aac6b4477fb97892bea09287851422074c1f97a.tar.gz freebsd-ports-gnome-6aac6b4477fb97892bea09287851422074c1f97a.tar.zst freebsd-ports-gnome-6aac6b4477fb97892bea09287851422074c1f97a.zip |
depend on gettext
bump PORTREVISION
Noted By: pointyhat via kris
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index a269c64ae01c..ad5523d5fe2a 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= sqwebmail PORTVERSION= 4.0.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -70,6 +70,7 @@ USE_PERL5= YES HAS_CONFIGURE= YES USE_BZIP2= YES USE_REINPLACE= YES +USE_GETTEXT= YES USE_LIBTOOL_VER=13 CONFIGURE_ARGS= \ |