summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-01-03 20:41:58 +0000
committermarkd <markd@pkgsrc.org>2016-01-03 20:41:58 +0000
commitb97ccfd4414632c25a8d0890f9045d8819d41777 (patch)
tree2d8ade6fadbc723ac0eb671f2f5216c132a312d3 /devel
parent02500633471c821349d3f224ce85afe8a2cc33ca (diff)
downloadpkgsrc-b97ccfd4414632c25a8d0890f9045d8819d41777.tar.gz
Don't try to build doc's if doxygen found.
Diffstat (limited to 'devel')
-rw-r--r--devel/tclap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tclap/Makefile b/devel/tclap/Makefile
index 4d7b4f4cd06..43a611d3ab3 100644
--- a/devel/tclap/Makefile
+++ b/devel/tclap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/31 11:19:49 asau Exp $
+# $NetBSD: Makefile,v 1.3 2016/01/03 20:41:58 markd Exp $
DISTNAME= tclap-1.2.1
CATEGORIES= devel
@@ -13,6 +13,8 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-doxygen
+
pre-configure:
rm -fr ${WRKSRC}/docs/html/CVS