diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/oaf/Makefile | 4 |
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" |