diff options
author | dirk <dirk@FreeBSD.org> | 2001-08-31 18:22:02 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-08-31 18:22:02 +0800 |
commit | 5fb63bb955f68aa901013e8b2f8e7e7059c8119f (patch) | |
tree | 0906eb1d3c70b8efa04941dae6e543f204b801c8 /mail/courier-imap/Makefile | |
parent | 67517ff35a7ea6f466f98a849df8412c7462518d (diff) | |
download | freebsd-ports-gnome-5fb63bb955f68aa901013e8b2f8e7e7059c8119f.tar.gz freebsd-ports-gnome-5fb63bb955f68aa901013e8b2f8e7e7059c8119f.tar.zst freebsd-ports-gnome-5fb63bb955f68aa901013e8b2f8e7e7059c8119f.zip |
Remove extra backslash add to make courier-imap build again.
nbm seems to be too busy at the moment...
Diffstat (limited to 'mail/courier-imap/Makefile')
-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 203a11938f49..f4c868cedb31 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 |