diff options
author | mef <mef@pkgsrc.org> | 2015-02-25 15:46:52 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-25 15:46:52 +0000 |
commit | 668446108ec79ebacc968f9c661168147cd51c35 (patch) | |
tree | 553b013a2948ca47ea95544ea13bed9267bc3dd1 /cross/avr-libc/Makefile | |
parent | 3635e3b8b10a3fc64f0662bc280d7f29d2557929 (diff) | |
download | pkgsrc-668446108ec79ebacc968f9c661168147cd51c35.tar.gz |
PLIST update along with doxygen update 1.8.8 to 1.8.9.1nb1.
Thanks joerg, for updating doxygen 1.8.9.1 to nb1, which gets this
package built successfull. PKGREVISION++
Diffstat (limited to 'cross/avr-libc/Makefile')
-rw-r--r-- | cross/avr-libc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index a13010f547d..2b421c9b281 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2015/02/18 21:47:40 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2015/02/25 15:46:52 mef Exp $ DISTNAME= avr-libc-1.8.1 +PKGREVISION= 1 CATEGORIES= cross MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ EXTRACT_SUFX= .tar.bz2 @@ -10,7 +11,7 @@ HOMEPAGE= http://savannah.nongnu.org/projects/avr-libc COMMENT= C and math library for Atmel AVR 8-bit microcontrollers LICENSE= modified-bsd -BUILD_DEPENDS+= doxygen>=1.8.8:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.9.1.nb1:../../devel/doxygen BUILD_DEPENDS+= transfig-[0-9]*:../../print/transfig BUILD_DEPENDS+= tex-adjustbox-[0-9]*:../../print/tex-adjustbox BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox |