aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-05-06 10:53:58 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-05-06 10:53:58 +0000
commit43be2336bdf0e262425802068b294f4b843d7db4 (patch)
treee4589090adb5814eae0a136f1400a686b7bf389d /mail/exim
parent761e3c301b5eec7f6d0562f20aab7a16cdc3ddc9 (diff)
downloadports-43be2336bdf0e262425802068b294f4b843d7db4.tar.gz
ports-43be2336bdf0e262425802068b294f4b843d7db4.zip
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index ea3a054e78fc..bb0ebb2e1000 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -49,9 +49,12 @@ USE_XLIB= yes
USE_BZIP2= yes
USE_ICONV= yes
-USE_PERL5= yes
USE_REINPLACE= yes
+.if !defined(WITHOUT_PERL)
+USE_PERL5= yes
+.endif
+
.if !defined(EXIMON_ONLY)
MAN8= exim.8
.else