diff options
author | mef <mef> | 2016-11-24 14:11:31 +0000 |
---|---|---|
committer | mef <mef> | 2016-11-24 14:11:31 +0000 |
commit | 9ccd6c05173f2c8cebbfc3f403d74b2c2372d288 (patch) | |
tree | b52d2fea1fbe95d9a0a1667a47da51544b8db692 /cross | |
parent | 273bd54d246b6be8137ed8d305fd8882c242f73d (diff) | |
download | pkgsrc-9ccd6c05173f2c8cebbfc3f403d74b2c2372d288.tar.gz |
Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-libc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index 3f134d48efc..49fff887b2c 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/11/24 13:43:35 mef Exp $ +# $NetBSD: Makefile,v 1.46 2016/11/24 14:11:31 mef Exp $ DISTNAME= avr-libc-1.8.1 PKGREVISION= 4 @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --disable-versioned-doc CONFIGURE_ARGS+= CC=${PREFIX}/bin/avr-gcc CONFIGURE_ARGS+= CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/avr/include" +BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen + # In doc/examples/demo directory, we have sample Makefile both for # generating *.hex file at pkg installation time, and for installing # Makefile itself. That Makefile should be for general purpose, meaning |