pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/xpk Add missing dependency on zlib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1459840868dd
branches:  trunk
changeset: 486376:1459840868dd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Dec 27 17:19:51 2004 +0000

description:
Add missing dependency on zlib.

diffstat:

 archivers/xpk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r b7a10de55ed4 -r 1459840868dd archivers/xpk/Makefile
--- a/archivers/xpk/Makefile    Mon Dec 27 15:31:51 2004 +0000
+++ b/archivers/xpk/Makefile    Mon Dec 27 17:19:51 2004 +0000
@@ -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 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index