summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2016-03-23 21:22:18 +0000
committernros <nros@pkgsrc.org>2016-03-23 21:22:18 +0000
commitca70f3a5d9d7735119aa0d4984c814132d5b7d8c (patch)
treec5223384d77bb2aede5cea7cc5347c909a9aa097
parent88cdad06d1ecd68e458000b6b4a76b03c5a4c011 (diff)
downloadpkgsrc-ca70f3a5d9d7735119aa0d4984c814132d5b7d8c.tar.gz
Explicity disable manual generation in claws-mail.
The manual is generated if docbook2* is found on the system. We do not have these in pkgsrc. They might be found somewhere else on the system and the install step will then break due to broken PLIST. Disabling the manual fixes the install step on such systems.
-rw-r--r--mail/claws-mail/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common
index 801162f749c..99cc8e1c617 100644
--- a/mail/claws-mail/Makefile.common
+++ b/mail/claws-mail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2015/12/13 11:12:56 markd Exp $
+# $NetBSD: Makefile.common,v 1.17 2016/03/23 21:22:18 nros Exp $
# used by mail/claws-mail/plugins.mk
@@ -27,6 +27,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no"
CONFIGURE_ARGS+= --enable-enchant
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-compface
+CONFIGURE_ARGS+= --disable-manual
CONFIGURE_ARGS+= --disable-pgpcore-plugin
CONFIGURE_ARGS+= --disable-pgpmime-plugin
CONFIGURE_ARGS+= --disable-pgpinline-plugin