diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-10 14:55:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-10 14:55:49 +0000 |
commit | 75c32548aa2413213500109fede920dce9c72db1 (patch) | |
tree | c417aa995bc2995ff27353ac8ba817bd433222b8 /mail | |
parent | a0d5174e54dec2b83dafdf5d7b8d27676543e487 (diff) | |
download | ports-75c32548aa2413213500109fede920dce9c72db1.tar.gz ports-75c32548aa2413213500109fede920dce9c72db1.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 9d695d7c67ba..c51460c07e94 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --with-cachedir=${CACHEDIR} \ --with-cacheowner=${CACHEOWNER} .endif -.if defined(WITH_HTTP_LOGIN) +.if defined(WITH_HTTPS_LOGIN) CONFIGURE_ARGS+= --enable-https=login .elif defined(WITH_HTTPS) CONFIGURE_ARGS+= --enable-https |