diff options
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 509d680e15d..cd17ff3ff5a 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/18 04:59:14 snj Exp $ # DISTNAME= msmtp-0.5.0 @@ -10,7 +10,7 @@ MAINTAINER= bcv@hub3.net HOMEPAGE= http://msmtp.sourceforge.net/ COMMENT= SMTP plugin for MUAs -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes EGDIR= ${PREFIX}/share/examples/msmtp @@ -22,5 +22,5 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/msmtprc.example ${EGDIR} -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |