From aa8893cd01ce86b46beccb38c328feb5d0737150 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 27 Oct 2005 11:26:38 +0000 Subject: - Revert to RC_SUBR, leave RCORDER as an option PR: ports/88006 Submitted by: Robin Breathe (maintainer) --- mail/dovecot/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/dovecot/Makefile') 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 -.if ${OSVERSION} < 500038 +.if ${OSVERSION} < 500038 || !defined(WITH_RCORDER) USE_RC_SUBR= dovecot.sh .else USE_RCORDER= dovecot.sh -- cgit v1.2.3