diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-27 11:26:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-27 11:26:38 +0000 |
commit | aa8893cd01ce86b46beccb38c328feb5d0737150 (patch) | |
tree | deb3fbf12ec44503cc4d339505838bf005d91556 /mail | |
parent | 8e5f24b770956f79b7cd724c0614c324422bb0f2 (diff) | |
download | ports-aa8893cd01ce86b46beccb38c328feb5d0737150.tar.gz ports-aa8893cd01ce86b46beccb38c328feb5d0737150.zip |
Notes
Diffstat (limited to 'mail')
-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 |