diff options
-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 e7d53eec754..25f0dc0818e 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/05/22 20:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2006/01/23 13:47:29 joerg Exp $ # DISTNAME= oaf-0.6.10 @@ -17,6 +17,8 @@ USE_X11BASE= YES USE_TOOLS+= bison lex USE_LIBTOOL= YES +BROKEN_GETTEXT_DETECTION= YES + CONFIGURE_ARGS+= --enable-gtk-doc=no .include "../../devel/popt/buildlink3.mk" |