diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-06 10:53:58 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-06 10:53:58 +0000 |
commit | 43be2336bdf0e262425802068b294f4b843d7db4 (patch) | |
tree | e4589090adb5814eae0a136f1400a686b7bf389d /mail/exim | |
parent | 761e3c301b5eec7f6d0562f20aab7a16cdc3ddc9 (diff) | |
download | ports-43be2336bdf0e262425802068b294f4b843d7db4.tar.gz ports-43be2336bdf0e262425802068b294f4b843d7db4.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 5 |
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 |