diff options
author | oliver <oliver@FreeBSD.org> | 2004-12-20 15:10:59 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-12-20 15:10:59 +0000 |
commit | 1102c334450cbbdae9a8dd504e26036d0161cc47 (patch) | |
tree | 3f651736e55f32e62b938fb1a52eb01f234e4384 /mail/sqwebmail | |
parent | 956da3fa35136d431116e50de90f4b4b51430ace (diff) | |
download | FreeBSD-ports-1102c334450cbbdae9a8dd504e26036d0161cc47.zip FreeBSD-ports-1102c334450cbbdae9a8dd504e26036d0161cc47.tar.gz |
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 a269c64..ad5523d 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= \ |