summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorJürgen Schmidt <jsc@apache.org>2011-11-14 12:37:29 +0000
committerJürgen Schmidt <jsc@apache.org>2011-11-14 12:37:29 +0000
commitba0d0a588d5bfc00e8076ec0e9e0c9d38154a854 (patch)
tree87025fa0819a5b4a12c55d17d59ae0d1dc227e4c /postprocess
parent3360d33d73a80c1c114af3e34ad7867e0388e9be (diff)
118587: remove libwpd, disable WordPerfect filter, allow built with system libwpd
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 74da9c5d033a..e7942ece843d 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -206,7 +206,7 @@ my_components += \
spell
.END
-.IF "$(DISABLE_LIBWPD)" == ""
+.IF "$(SYSTEM_LIBWPD)" == "YES"
my_components += wpft
.END