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 | 881cd7b793350d8a6a57caa34fc17c8f579a1a91 (patch) | |
tree | 7584a57c69740cc45a40a4c6a50e3340ece2a881 | |
parent | 4de7384aae56f708b4554835260c068d5d14f55f (diff) | |
download | pkgsrc-881cd7b793350d8a6a57caa34fc17c8f579a1a91.tar.gz |
Needs pkg-config to build.
-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 |