diff options
author | minskim <minskim> | 2004-12-27 17:19:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-27 17:19:51 +0000 |
commit | 851f9156271cd336b1ff2ebec59eda517d45b64e (patch) | |
tree | 245540d1a3b955b8c9b65c71d406c2920846463a | |
parent | 80870f0f621ff97b2e9b114e11bceac41459f220 (diff) | |
download | pkgsrc-851f9156271cd336b1ff2ebec59eda517d45b64e.tar.gz |
Add missing dependency on zlib.
-rw-r--r-- | archivers/xpk/Makefile | 3 |
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" |