diff options
author | salo <salo> | 2006-01-05 20:32:25 +0000 |
---|---|---|
committer | salo <salo> | 2006-01-05 20:32:25 +0000 |
commit | 41a4bfaa899036d1742661f62826180ca679fa90 (patch) | |
tree | 7584a57c69740cc45a40a4c6a50e3340ece2a881 /converters/libwpd | |
parent | 441adec592bb7345c691a160193e3d8074e18caf (diff) | |
download | pkgsrc-41a4bfaa899036d1742661f62826180ca679fa90.tar.gz |
Needs pkg-config to build.
Diffstat (limited to 'converters/libwpd')
-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 |