diff options
author | dsainty <dsainty@pkgsrc.org> | 2012-08-29 12:50:07 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2012-08-29 12:50:07 +0000 |
commit | c5462f70d818f815f853260a2e35a806707c4324 (patch) | |
tree | 19c1d36d0c125db180b2aaef02c972aaa0cfb8d7 /cross | |
parent | 433b6276be2e4a0c1fb3e08889cda795795fcb56 (diff) | |
download | pkgsrc-c5462f70d818f815f853260a2e35a806707c4324.tar.gz |
Just for completeness, bump the doxygen dependency to the latest to
guarantee the correct doxygen dependencies are present.
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 21b2023f496..9d917380d8e 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/08/29 09:51:29 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2012/08/29 12:50:07 dsainty 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.1nb1:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.1.1nb2:../../devel/doxygen BUILD_DEPENDS+= transfig-[0-9]*:../../print/transfig BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm |