diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-14 04:59:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-14 04:59:03 +0000 |
commit | fd9ecbb2ca721efaf69603c1d2e94781cde5e02d (patch) | |
tree | d7a1b3695af804a87de88690c7fd5c3c422921bd /devel/dconf-editor | |
parent | 881f653383ea5931b394c7fdf0d0e18f1b57bf1b (diff) | |
download | pkgsrc-fd9ecbb2ca721efaf69603c1d2e94781cde5e02d.tar.gz |
Add --disable-man to the configure arguments to get it to stop looking
for xsltproc. The man pages are built in the base package (devel/dconf)
and this package doesn't touch that directory when building or installing.
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 |