summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd>2012-03-24 05:54:55 +0000
committermarkd <markd>2012-03-24 05:54:55 +0000
commit666d7a1431f03c8c44fb8ba5c53df7e9330ef971 (patch)
tree9a45e301ae95a463d532f75194f073d7c26ff213 /graphics
parent929e386939483cc0b7b5cb472ac7f50af63522c6 (diff)
downloadpkgsrc-666d7a1431f03c8c44fb8ba5c53df7e9330ef971.tar.gz
Dont build/install doxygen docs if it happens to find doxygen.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opencv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 070b4890d48..e344068bee1 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/03/03 00:13:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/03/24 05:54:55 markd Exp $
#
DISTNAME= OpenCV-2.2.0
@@ -33,6 +33,7 @@ SUBST_SED.py= -e 's,/usr/bin/python,/usr/bin/env python,'
CMAKE_ARGS+= -D BUILD_NEW_PYTHON_SUPPORT=OFF
# FIXME: should be option.mk'ed instead
CMAKE_ARGS+= -D WITH_OPENEXR:BOOL=OFF
+CMAKE_ARGS+= -D BUILD_DOXYGEN_DOCS=OFF
.include "../../x11/gtk2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"