aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index a55ba33322ed..001e52a6a74f 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \
@@ -483,10 +484,6 @@ SEDLIST+= -e 's,^\# (USE_READLINE=),\1,'
SEDLIST+= -e 's,^\# (WITH_CONTENT_SCAN=),\1,'
.endif
-.if ${PORT_OPTIONS:MOLD_DEMIME}
-SEDLIST+= -e 's,^\# (WITH_OLD_DEMIME=),\1,'
-.endif
-
.if !defined(EXIMON_ONLY) && ${PORT_OPTIONS:MDAEMON}
USE_RC_SUBR= exim
PLIST_SUB+= EXIMDAEMON=""