diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-11-10 06:51:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-11-10 06:51:13 +0000 |
commit | d81e770f83caa617b4482488ae3b0e3d2223ab1d (patch) | |
tree | ab153b6193a2157b802261df407029784b29a001 /mail/exim | |
parent | Since this port conditionallly depends on perl, it needs WANT_PERL (diff) |
Since this port conditionally depends on perl, it needs WANT_PERL
defined before the inclusion of bsd.port.pre.mk.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=244055
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 7a9683029e0f..4162a9196b5b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -23,6 +23,7 @@ COMMENT?= High performance MTA for Unix systems on the Internet USE_BZIP2= yes WANT_GNOME= yes +WANT_PERL= yes .include <bsd.port.pre.mk> |