summaryrefslogtreecommitdiff
path: root/devel/oaf
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-16 10:49:35 +0000
committerjmmv <jmmv>2003-02-16 10:49:35 +0000
commit1f8b4ccc361e20cdbb98242f916ff1412f5541b5 (patch)
tree551778a4f69eb4ff3145ff26390122ebaf4c4085 /devel/oaf
parentf6701b0cdc3d0d3b70d0af1adb2215e455a93282 (diff)
downloadpkgsrc-1f8b4ccc361e20cdbb98242f916ff1412f5541b5.tar.gz
Disable gtk-doc detection; not required and causes problems.
Diffstat (limited to 'devel/oaf')
-rw-r--r--devel/oaf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 1a0d119201a..0e37f7e5e55 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2002/11/30 23:21:39 salo Exp $
+# $NetBSD: Makefile,v 1.23 2003/02/16 10:49:35 jmmv Exp $
#
DISTNAME= oaf-0.6.10
@@ -18,6 +18,8 @@ USE_X11BASE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIGURE_ARGS+= --enable-gtk-doc=no
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"