diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-03 15:39:31 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-03 15:39:31 +0000 |
commit | 114bd471f6ee0f619c54370869f2b8927c113ed9 (patch) | |
tree | 35ec7f6900756a521f3a07ee9e15c98e00b03896 /mail/sqwebmail/Makefile | |
parent | d6e23fa9021bbb8e99c8dd97e4ddedfcee7a96db (diff) | |
download | FreeBSD-ports-114bd471f6ee0f619c54370869f2b8927c113ed9.zip FreeBSD-ports-114bd471f6ee0f619c54370869f2b8927c113ed9.tar.gz |
Upgrade to 1.1.2
Diffstat (limited to 'mail/sqwebmail/Makefile')
-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 9d8fa1e..4a3c336 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sqwebmail -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -53,6 +53,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS= \ --enable-cgibindir=${CGIBINDIR}/${CGIBINSUBDIR} \ --enable-imagedir=${WEBDATADIR}/${WEBDATASUBDIR} \ + --without-authmysql \ --libexecdir=${PREFIX}/libexec/sqwebmail \ --enable-imageurl=/${IMAGEURL}/ |