summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authormef <mef>2016-11-24 14:11:31 +0000
committermef <mef>2016-11-24 14:11:31 +0000
commit6f9f995958d4b05f2e28c5456e06262e562452c3 (patch)
treeb52d2fea1fbe95d9a0a1667a47da51544b8db692 /cross
parentdd7bb71e9fddcc34805054fb0a493898c7ea5191 (diff)
downloadpkgsrc-6f9f995958d4b05f2e28c5456e06262e562452c3.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