diff options
Diffstat (limited to 'devel/dconf-editor')
-rw-r--r-- | devel/dconf-editor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index 02a399bc688..94951bbb36c 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/06/06 12:54:12 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/06/14 04:59:03 dholland Exp $ .include "../../devel/dconf/Makefile.common" @@ -9,6 +9,7 @@ DISTINFO_FILE= ${.CURDIR}/../../devel/dconf/distinfo PATCHDIR= ${.CURDIR}/../../devel/dconf/patches CONFIGURE_ARGS+= --enable-editor +CONFIGURE_ARGS+= --disable-man BUILD_DIRS= editor INSTALL_DIRS= editor |