diff options
author | joerg <joerg> | 2017-02-21 16:05:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2017-02-21 16:05:53 +0000 |
commit | d61483e7fed78dbb2e6c00f6de240b4918bd5a3b (patch) | |
tree | 5fdbbb8a13318b00faf543446d9288cf3e8b6be0 /cross | |
parent | 71923768a64a72f7f73e0330f1ba28b509a29076 (diff) | |
download | pkgsrc-d61483e7fed78dbb2e6c00f6de240b4918bd5a3b.tar.gz |
Requires libtool.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 6a072af1199..b555a677fca 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2017/01/29 02:24:54 mef Exp $ +# $NetBSD: Makefile,v 1.42 2017/02/21 16:05:53 joerg Exp $ DISTNAME= avrdude-6.3 CATEGORIES= cross @@ -21,6 +21,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes TEXINFO_REQD= 4.9 USE_TOOLS+= autoconf automake autoreconf makeinfo texi2html yacc lex +USE_LIBTOOL= yes INFO_FILES= yes EGDIR= ${PREFIX}/share/examples/avrdude CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \ |