diff options
author | linimon <linimon@FreeBSD.org> | 2009-11-10 14:51:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-11-10 14:51:13 +0800 |
commit | e890165c246771b33865889220437a2298a51d51 (patch) | |
tree | 8a27645931531b901af29bad05c6337f280fbab1 /mail | |
parent | 71fa65bcc9abf5ffdd1d758d1081c8856e62cc8d (diff) | |
download | freebsd-ports-gnome-e890165c246771b33865889220437a2298a51d51.tar.gz freebsd-ports-gnome-e890165c246771b33865889220437a2298a51d51.tar.zst freebsd-ports-gnome-e890165c246771b33865889220437a2298a51d51.zip |
Since this port conditionally depends on perl, it needs WANT_PERL
defined before the inclusion of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'mail')
-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> |