pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind912



Module Name:    pkgsrc
Committed By:   otis
Date:           Sun Aug 18 12:55:29 UTC 2019

Modified Files:
        pkgsrc/net/bind912: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/bind912/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind912/Makefile
diff -u pkgsrc/net/bind912/Makefile:1.14 pkgsrc/net/bind912/Makefile:1.15
--- pkgsrc/net/bind912/Makefile:1.14    Sun Aug 11 13:22:06 2019
+++ pkgsrc/net/bind912/Makefile Sun Aug 18 12:55:29 2019
@@ -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 @@ post-install:
 .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