diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-30 08:00:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-30 08:00:17 +0000 |
commit | 7a8c917e0dc6983210aaf0f549f7bbab2a6c7723 (patch) | |
tree | 2e9156a730aafac2e78fe94e8a995bef899776e8 /cross | |
parent | 7535c8a7da764b90fffcbabcaf573412d0724f25 (diff) | |
download | pkgsrc-7a8c917e0dc6983210aaf0f549f7bbab2a6c7723.tar.gz |
requires doxygen-1.8.2
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index 9d917380d8e..0ca7cd99aa3 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/08/29 12:50:07 dsainty Exp $ +# $NetBSD: Makefile,v 1.23 2012/08/30 08:00:17 drochner Exp $ DISTNAME= avr-libc-1.6.7 PKGREVISION= 2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc -BUILD_DEPENDS+= doxygen>=1.8.1.1nb2:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen BUILD_DEPENDS+= transfig-[0-9]*:../../print/transfig BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm |