diff options
-rw-r--r-- | mail/dovecot-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 6e5f9fcb14f1..494e1aadc0af 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.alpha4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ @@ -35,11 +36,12 @@ OPTIONS= SASL2 "SASL2 support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ - MYSQL "MySQL support" off + MYSQL "MySQL support" off \ + RCORDER "RC Order support" off .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500038 +.if ${OSVERSION} < 500038 || !defined(WITH_RCORDER) USE_RC_SUBR= dovecot.sh .else USE_RCORDER= dovecot.sh diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 6e5f9fcb14f1..494e1aadc0af 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.alpha4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ @@ -35,11 +36,12 @@ OPTIONS= SASL2 "SASL2 support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ - MYSQL "MySQL support" off + MYSQL "MySQL support" off \ + RCORDER "RC Order support" off .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500038 +.if ${OSVERSION} < 500038 || !defined(WITH_RCORDER) USE_RC_SUBR= dovecot.sh .else USE_RCORDER= dovecot.sh |