diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-31 10:22:02 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-31 10:22:02 +0000 |
commit | 796322a9fe65895ee2319920ce86703366b273fb (patch) | |
tree | ca5d6013c1c051161b4d72e524fe0b3b261be6fe /mail | |
parent | - Fix PORTVERSION, which was not updatd during the last update of the port. (diff) |
Remove extra backslash add to make courier-imap build again.
nbm seems to be too busy at the moment...
Notes
Notes:
svn path=/head/; revision=47208
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 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 |