summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authornros <nros>2016-03-23 21:22:18 +0000
committernros <nros>2016-03-23 21:22:18 +0000
commit49368e6645c4bf8cb0e53582075923e338387bce (patch)
treec5223384d77bb2aede5cea7cc5347c909a9aa097 /mail
parent5400a8a576126dee8d2d38c405d008c10c423f1f (diff)
downloadpkgsrc-49368e6645c4bf8cb0e53582075923e338387bce.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.
Diffstat (limited to 'mail')
-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