diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 23:32:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 23:32:36 +0000 |
commit | c1460316005e6c7928042eb4a9c3d0628ec76416 (patch) | |
tree | 0f5004fdb5e5f811ef09905dc2c42147d5d8aa3d /textproc/makeztxt/Makefile | |
parent | c3cffde254d297d315f5cd03d3859a5cc783217b (diff) | |
download | pkgsrc-c1460316005e6c7928042eb4a9c3d0628ec76416.tar.gz |
This package needs zlib to build.
Diffstat (limited to 'textproc/makeztxt/Makefile')
-rw-r--r-- | textproc/makeztxt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/makeztxt/Makefile b/textproc/makeztxt/Makefile index cd13c2fd13b..cfa31d5676f 100644 --- a/textproc/makeztxt/Makefile +++ b/textproc/makeztxt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/11/08 19:38:04 tv Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/20 23:41:14 minskim Exp $ # DISTNAME= ${PKGNAME}b-src @@ -22,4 +22,5 @@ do-install: .endfor .include "../../devel/libgetopt/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |