diff options
author | snj <snj@pkgsrc.org> | 2004-05-09 21:14:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-09 21:14:42 +0000 |
commit | 218f5937b34618e0a997ba9fa0475ac2b9cc8d4a (patch) | |
tree | 6ad1699978d617b14e07539d96057b981835cff0 /mail/exim | |
parent | e9dc5531d43afc0bb2b1a069dbc323fd75e322b5 (diff) | |
download | pkgsrc-218f5937b34618e0a997ba9fa0475ac2b9cc8d4a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile.common | 6 |
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" |