summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-09 21:14:42 +0000
committersnj <snj@pkgsrc.org>2004-05-09 21:14:42 +0000
commit03df0bbc90e3a6f0dcebf06c626db18042c108b6 (patch)
tree6ad1699978d617b14e07539d96057b981835cff0 /mail/exim
parent8f7b7a9ea7bd2aa4f43e2d2d94f63d64f20142e5 (diff)
downloadpkgsrc-03df0bbc90e3a6f0dcebf06c626db18042c108b6.tar.gz
Convert to buildlink3.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 22372cd627f..188a93fb8fc 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.5 2004/05/07 17:47:32 abs Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/05/09 21:14:42 snj Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/
USE_PERL5= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
MAKE_ENV+= SSLBASE=${SSLBASE:Q}
@@ -69,5 +69,5 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${PREFIX}/man/man8/exim.8
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"