diff options
author | salo <salo@pkgsrc.org> | 2006-01-05 20:32:25 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-01-05 20:32:25 +0000 |
commit | 998bd5a5f84a6142e383ed454b9269313cab40a9 (patch) | |
tree | 7584a57c69740cc45a40a4c6a50e3340ece2a881 /converters | |
parent | ac9ef7ca158a6c335896fecd5d1171329a905efc (diff) | |
download | pkgsrc-998bd5a5f84a6142e383ed454b9269313cab40a9.tar.gz |
Needs pkg-config to build.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libwpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libwpd/Makefile b/converters/libwpd/Makefile index 1e41b1c1477..8c166db06b3 100644 --- a/converters/libwpd/Makefile +++ b/converters/libwpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/12/31 12:32:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/05 20:32:25 salo Exp $ DISTNAME= libwpd-0.8.1 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Library for importing and exporting WordPerfect(tm) documents GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libwpd-0.8.pc.in libwpd-stream-0.8.pc.in CONFIGURE_ARGS+= --without-docs |