diff options
author | mef <mef@pkgsrc.org> | 2015-01-18 06:18:58 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-18 06:18:58 +0000 |
commit | 533a9e6a1b7b331d0c1c4de323b42dae91a851ea (patch) | |
tree | c4188c59d8f88e769233ee27173005e3c2bb102b /cross/avrdude | |
parent | 3578e6c7aed4835bd23656ffac3683a13ae65b07 (diff) | |
download | pkgsrc-533a9e6a1b7b331d0c1c4de323b42dae91a851ea.tar.gz |
PKGREVISION++, by converting (duplicated) libconfuse to confuse. Thanks gdt@.
Diffstat (limited to 'cross/avrdude')
-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 87a0ac05bf8..ccbd8dff703 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/10/07 15:10:29 mef Exp $ +# $NetBSD: Makefile,v 1.40 2015/01/18 06:18:58 mef Exp $ DISTNAME= avrdude-6.1 +PKGREVISION= 1 CATEGORIES= cross MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/ |