summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 2352a315d69..1d92441c38b 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/07/02 14:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2002/10/25 12:18:15 wiz Exp $
DISTNAME= exim-4.05
CATEGORIES= mail net
@@ -12,8 +12,10 @@ HOMEPAGE= http://www.exim.org/
COMMENT= The Exim mail transfer agent, a replacement for sendmail
USE_PERL5= yes
+USE_BUILDLINK2= yes
INTERACTIVE_STAGE= build # actually, needs "mail" user
# before configure step, see below
+MAKE_ENV+= SSLBASE=${SSLBASE:Q}
pre-patch:
${MKDIR} ${WRKSRC}/Local
@@ -57,5 +59,5 @@ post-install:
${FILESDIR}/mailer.conf.exim \
> ${PREFIX}/etc/exim/mailer.conf.exim
-.include "../../security/openssl/buildlink.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"