diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 19:38:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 19:38:04 +0000 |
commit | 417f2ac559b608d188a509622b08a48047517891 (patch) | |
tree | b16c7f049fb477952965cb804bde32d81c57cbee /textproc | |
parent | 7f9305d4229282e74cc6ec219e8bf7e9edcefbc3 (diff) | |
download | pkgsrc-417f2ac559b608d188a509622b08a48047517891.tar.gz |
Include devel/libgetopt bl3 for <getopt.h>.
Diffstat (limited to 'textproc')
-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 d3c4776c344..cd13c2fd13b 100644 --- a/textproc/makeztxt/Makefile +++ b/textproc/makeztxt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:37 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/08 19:38:04 tv Exp $ # DISTNAME= ${PKGNAME}b-src @@ -21,4 +21,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/makeztxt .endfor +.include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |