summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-25 12:13:18 +0000
committerwiz <wiz>2002-10-25 12:13:18 +0000
commit83ebf0c9bf02908841b074febd9f8f66691983b7 (patch)
treea3382298ae6f349f0dacd25864b98d3afea02af3 /mail/exim/Makefile
parentbb4440f1cec5cce595d5bcd7b3fc0519507c4f0f (diff)
downloadpkgsrc-83ebf0c9bf02908841b074febd9f8f66691983b7.tar.gz
buildlink1 -> buildlink2.
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"