summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-15 12:56:29 +0000
committerwiz <wiz@pkgsrc.org>2015-07-15 12:56:29 +0000
commit20e4c4ba0b07cbed04d27ccc864e02a589d2329c (patch)
treeef45b7438f72dfe958ed2c825ab75819cf2c542b /mail
parentd51e101b3429f1a0d4c07f364ae7f46b39967c84 (diff)
downloadpkgsrc-20e4c4ba0b07cbed04d27ccc864e02a589d2329c.tar.gz
Fix packaging after compressed-mbox patch changes.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index 9edb62f4895..dfe09ffe6e0 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.49 2015/07/14 12:44:13 tonio Exp $
+# $NetBSD: options.mk,v 1.50 2015/07/15 12:56:29 wiz Exp $
# Global and legacy options
@@ -115,6 +115,7 @@ CONFIGURE_ENV+= BDB_LIB=${BDB_LIBS:S/^-l//:M*:Q}
CONFIGURE_ARGS+= --disable-hcache
.endif
+PLIST_VARS+= compressed
###
### Compressed mail boxes
###
@@ -130,7 +131,6 @@ SUBST_FILES.compress= Makefile.in
SUBST_SED.compress= -e 's,^mutt_SOURCES = ,mutt_SOURCES = compress.c ,'
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