summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortonio <tonio>2015-07-14 12:44:13 +0000
committertonio <tonio>2015-07-14 12:44:13 +0000
commit78eb2b15e30c1d22dc28e569af5f71b08dfc7a06 (patch)
tree35e9e5d21b0adc84a15bf89bab8759466de83908 /mail
parent8f05c6c308a73125423c6e55645c180bb4362bbf (diff)
downloadpkgsrc-78eb2b15e30c1d22dc28e569af5f71b08dfc7a06.tar.gz
Add a build dependency on xsltproc when building with the compressed-mbox patch
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index 490d98ada83..9edb62f4895 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.48 2015/07/14 07:04:12 tonio Exp $
+# $NetBSD: options.mk,v 1.49 2015/07/14 12:44:13 tonio Exp $
# Global and legacy options
@@ -132,6 +132,8 @@ SUBST_SED.compress+= -e 's,^EXTRA_DIST = ,EXTRA_DIST = compress.h ,'
SUBST_SED.compress+= -e 's,^mutt_OBJECTS = ,mutt_OBJECTS = compress.o ,'
PLIST_VARS+= compressed
PLIST.compressed= yes
+# add xsltproc to be able to regenerate the documentation
+BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
.endif
###