summaryrefslogtreecommitdiff
path: root/mail/msmtp
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 04:55:29 +0000
committersnj <snj>2004-04-18 04:55:29 +0000
commitab36152c1f165f056ab89c10d58f13bd189576dd (patch)
tree6a7064892436f4360e6cb3bcc3a4792a5836ccfa /mail/msmtp
parent252b1b4e0c3f829d77c37b8fb1e31a2d1d976b14 (diff)
downloadpkgsrc-ab36152c1f165f056ab89c10d58f13bd189576dd.tar.gz
Convert to buildlink3.
Diffstat (limited to 'mail/msmtp')
-rw-r--r--mail/msmtp/Makefile6
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"