diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-26 08:41:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-26 08:41:48 +0000 |
commit | 263eb9a506b8d8f84cc9e08156dd882903e376ff (patch) | |
tree | 3d2eed4c9145bb2a24bcecebdb8fb82c57125509 /mail/vpopmail/Makefile | |
parent | 461e42c1cc1e1c8761e3bd1b1c15966ce8f5baec (diff) |
Notes
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 9ba7579674aa..d2019e42af78 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -147,6 +147,7 @@ USE_MYSQL= yes CONFIGURE_ARGS+= --enable-auth-module=mysql \ --enable-incdir=${LOCALBASE}/include/mysql \ --enable-libdir=${LOCALBASE}/lib/mysql +PLIST_SUB+= MYSQL="" .if defined(WITH_MYSQL_REPLICATION) CONFIGURE_ARGS+= --enable-mysql-replication .endif @@ -172,6 +173,8 @@ BROKEN_MYSQL_PARAMS= true .if defined(BROKEN_MYSQL_PARAMS) BROKEN= The MySQL connection parameters are no longer setup at compile time - please edit the ${PREFIX}/vpopmail/etc/vpopmail.mysql file instead .endif +.else +PLIST_SUB+= MYSQL="@comment " .endif .if defined(DEFAULT_DOMAIN) |