summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-11-24 14:11:31 +0000
committermef <mef@pkgsrc.org>2016-11-24 14:11:31 +0000
commitd36444a3d2aa8e4077b4983e037adbe15b482349 (patch)
tree4c2a2e9a79050f6c356d2e4f6e00ad20dc078a07 /cross
parentd4a9d62a627b116921bfbe63f0260be2b676a9e2 (diff)
downloadpkgsrc-d36444a3d2aa8e4077b4983e037adbe15b482349.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/Makefile4
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