pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind912 net/bind912: add zlib dependency. fixes bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82c8db87a89b
branches:  trunk
changeset: 338091:82c8db87a89b
user:      otis <otis%pkgsrc.org@localhost>
date:      Sun Aug 18 12:55:29 2019 +0000

description:
net/bind912: add zlib dependency. fixes build on SmartOS.

diffstat:

 net/bind912/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0f845ed5f318 -r 82c8db87a89b net/bind912/Makefile
--- a/net/bind912/Makefile      Sun Aug 18 12:42:52 2019 +0000
+++ b/net/bind912/Makefile      Sun Aug 18 12:55:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 13:22:06 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/08/18 12:55:29 otis Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -76,5 +76,6 @@
 .endfor
        ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${DESTDIR}${PREFIX}/${DOCDIR}/arm
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index