diff options
author | dirk <dirk@FreeBSD.org> | 2001-08-31 10:22:02 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-08-31 10:22:02 +0000 |
commit | 5fb63bb955f68aa901013e8b2f8e7e7059c8119f (patch) | |
tree | 0906eb1d3c70b8efa04941dae6e543f204b801c8 /mail | |
parent | 67517ff35a7ea6f466f98a849df8412c7462518d (diff) | |
download | FreeBSD-ports-5fb63bb955f68aa901013e8b2f8e7e7059c8119f.zip FreeBSD-ports-5fb63bb955f68aa901013e8b2f8e7e7059c8119f.tar.gz |
Remove extra backslash add to make courier-imap build again.
nbm seems to be too busy at the moment...
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 203a119..f4c868c 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= VPOPMAILFLAG="" .if !defined(WITH_MYSQL) CONFIGURE_ARGS+= \ - --without-authmysql \ + --without-authmysql PLIST_SUB+= MYSQLFLAG="@comment " .else LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client |