diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-09 03:20:05 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-09 03:20:05 +0000 |
commit | 5d61cf03abfde1a7c3e70e873e1a7485c7ddf660 (patch) | |
tree | 8106e32790eb99d9b9d00aa892132487630f766f /mail/ssmtp | |
parent | a057f274fae3e43c35ab43a4419e0a797eec49b0 (diff) | |
download | pkgsrc-5d61cf03abfde1a7c3e70e873e1a7485c7ddf660.tar.gz |
needs openssl
Diffstat (limited to 'mail/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 72b376bb296..aa3f2345377 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/03/05 11:28:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2016/03/09 03:20:05 tnn Exp $ # # TLS functionality needs testing. Please let me know the result, # and preferably info about your system. @@ -52,4 +52,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/revaliases ${DESTDIR}${EGDIR} ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${DESTDIR}${EGDIR} +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |