diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-02 21:22:29 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-02 21:22:29 +0000 |
commit | fababaec9f28b4492fbaab7ca1f9a9aa2f59c1bb (patch) | |
tree | 254e10fba025439b01092070f61cfd7d7191078a /cross/avrdude | |
parent | 1238644ab7cdcea721bfd2259818863d480f6fa2 (diff) | |
download | pkgsrc-fababaec9f28b4492fbaab7ca1f9a9aa2f59c1bb.tar.gz |
avrdude: only need texi2html & makeinfo when building w/ docs
Diffstat (limited to 'cross/avrdude')
-rw-r--r-- | cross/avrdude/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index fad86800149..7bb0c7f31e6 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2020/08/02 21:20:33 tnn Exp $ +# $NetBSD: Makefile,v 1.49 2020/08/02 21:22:29 tnn Exp $ DISTNAME= avrdude-6.3 PKGREVISION= 2 @@ -14,8 +14,7 @@ LICENSE= gnu-gpl-v2 .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes -TEXINFO_REQD= 4.9 -USE_TOOLS+= autoconf automake autoreconf lex makeinfo texi2html yacc +USE_TOOLS+= autoconf automake autoreconf lex yacc # Upstream does not documentat that GNU make is required, but BSD make # leads to inexplicable errors about libavrdude. # \todo Resolve and/or discuss with upstream. @@ -35,6 +34,8 @@ PKG_SUGGESTED_OPTIONS= doc PLIST_VARS+= doc .if !empty(PKG_OPTIONS:Mdoc) PLIST.doc= yes +TEXINFO_REQD= 4.9 +USE_TOOLS+= texi2html makeinfo BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex |