summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-27 17:19:51 +0000
committerminskim <minskim@pkgsrc.org>2004-12-27 17:19:51 +0000
commit62a21550ca5e1aac446556431c6731e0332b060f (patch)
tree245540d1a3b955b8c9b65c71d406c2920846463a /archivers
parentc81a41989b105d69426491649b4e9482cf438802 (diff)
downloadpkgsrc-62a21550ca5e1aac446556431c6731e0332b060f.tar.gz
Add missing dependency on zlib.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xpk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile
index 0f689eb2845..0ae08290774 100644
--- a/archivers/xpk/Makefile
+++ b/archivers/xpk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:04 tv Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/27 17:19:51 minskim Exp $
# FreeBSD Id: ports/archivers/xpk/Makefile,v 1.7 2002/10/18 07:58:00 adamw Exp
DISTNAME= xpk-0.1.4
@@ -17,4 +17,5 @@ USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"