summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-11-26 04:39:19 +0000
committersbd <sbd@pkgsrc.org>2011-11-26 04:39:19 +0000
commit071c9ea3b77ea13bd598f3cabd7edcdb247835f4 (patch)
tree807bc0291e68671e507589dbc87fce823b917be5 /archivers
parent4c2e919b165029eb0801d31f2c39d1246729ab56 (diff)
downloadpkgsrc-071c9ea3b77ea13bd598f3cabd7edcdb247835f4.tar.gz
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'archivers')
-rw-r--r--archivers/nulib2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile
index 3495f1909f0..7b988892971 100644
--- a/archivers/nulib2/Makefile
+++ b/archivers/nulib2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2011/09/03 21:45:03 dholland Exp $
+# $NetBSD: Makefile,v 1.20 2011/11/26 04:39:19 sbd Exp $
#
DISTNAME= nulibdist-203
PKGNAME= nulib2-2.0.3
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.nulib.com/downloads/
@@ -25,4 +26,5 @@ CONFIGURE_ARGS+=--cache-file=${WRKDIR}/config.cache
CFLAGS+= -D__unix__
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"