diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-04 18:55:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-04 18:55:48 +0000 |
commit | 350cf5456f8cddfa52dbafcf26ab7c364322ab10 (patch) | |
tree | 1712641294c616658ee1c5b1f836b958015d2ce5 /textproc/yodl/Makefile | |
parent | 6d86aa167194286898412a3b573e346ae153ff58 (diff) | |
download | pkgsrc-350cf5456f8cddfa52dbafcf26ab7c364322ab10.tar.gz |
add missing build depends on bison.
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r-- | textproc/yodl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 8c01ea3312f..0438793e14a 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/29 22:37:45 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/04 18:55:48 dmcmahill Exp $ DISTNAME= yodl-1.31.18 CATEGORIES= textproc @@ -8,6 +8,8 @@ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.xs4all.nl/~jantien/yodl/ COMMENT= high-level document preparation system +BUILD_DEPENDS+= bison-*:../../devel/bison + GNU_CONFIGURE= YES USE_GMAKE= YES MAKEFILE= GNUmakefile |