diff options
author | markd <markd@pkgsrc.org> | 2012-03-24 05:54:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-24 05:54:55 +0000 |
commit | 781ebd3435385fd6c66c9b6a85585f32b1649be9 (patch) | |
tree | 9a45e301ae95a463d532f75194f073d7c26ff213 | |
parent | 44b194c2831ec28dec8c471df51591a49ea2e577 (diff) | |
download | pkgsrc-781ebd3435385fd6c66c9b6a85585f32b1649be9.tar.gz |
Dont build/install doxygen docs if it happens to find doxygen.
-rw-r--r-- | graphics/opencv/Makefile | 3 |
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" |