pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/avrdude



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 21 16:05:53 UTC 2017

Modified Files:
        pkgsrc/cross/avrdude: Makefile

Log Message:
Requires libtool.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/cross/avrdude/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/avrdude/Makefile
diff -u pkgsrc/cross/avrdude/Makefile:1.41 pkgsrc/cross/avrdude/Makefile:1.42
--- pkgsrc/cross/avrdude/Makefile:1.41  Sun Jan 29 02:24:54 2017
+++ pkgsrc/cross/avrdude/Makefile       Tue Feb 21 16:05:53 2017
@@ -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 \



Home | Main Index | Thread Index | Old Index