diff options
author | hans <hans@pkgsrc.org> | 2012-01-12 15:29:12 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-12 15:29:12 +0000 |
commit | 31868c7b8d516bce4b0eb16a35b77d99879670a9 (patch) | |
tree | 1a7cd043ff37cab5845e6149c96048cf554eb36b /cross/avr-gcc/Makefile | |
parent | 4ef53fe0808c0818a7ae91d1cb34a5d714d1fa0d (diff) | |
download | pkgsrc-31868c7b8d516bce4b0eb16a35b77d99879670a9.tar.gz |
Uses pod2man.
Diffstat (limited to 'cross/avr-gcc/Makefile')
-rw-r--r-- | cross/avr-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 4bac17a2c7c..be25cab034f 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/07/15 21:35:10 asau Exp $ +# $NetBSD: Makefile,v 1.26 2012/01/12 15:29:12 hans Exp $ DISTNAME= gcc-4.4.1 PKGNAME= avr-gcc-4.4.1 @@ -20,7 +20,7 @@ BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes -USE_TOOLS+= bison gmake lex perl tar msgfmt +USE_TOOLS+= bison gmake lex perl tar msgfmt pod2man USE_PKGLOCALEDIR= yes USE_GNU_CONFIGURE_HOST= no |