aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-05-06 18:53:58 +0800
committereik <eik@FreeBSD.org>2004-05-06 18:53:58 +0800
commitae8dd4bc05f5af420ddbe12ce22da940f12123bf (patch)
treea962f57480f6d1ea3fe8df7f36e9661f0ff9e6ba /mail/exim
parentb350f91b92f83358a645d6fcc710aee6aa77efe9 (diff)
downloadfreebsd-ports-gnome-ae8dd4bc05f5af420ddbe12ce22da940f12123bf.tar.gz
freebsd-ports-gnome-ae8dd4bc05f5af420ddbe12ce22da940f12123bf.tar.zst
freebsd-ports-gnome-ae8dd4bc05f5af420ddbe12ce22da940f12123bf.zip
don't depend on perl when build WITHOUT_PERL.
Note that without perl the following utilities won't work, even though they are installed: exigrep eximstats exipick exiqgrep exiqsumm
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