diff options
author | obache <obache@pkgsrc.org> | 2007-12-18 00:24:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-18 00:24:31 +0000 |
commit | e4b4027a0abb329bf70d79093a8205f676e30344 (patch) | |
tree | 22842828302ba1ea16a06757b17b68a2d3102e08 /textproc | |
parent | e8874f80982beb392f55e0258cefff3d8dd17257 (diff) | |
download | pkgsrc-e4b4027a0abb329bf70d79093a8205f676e30344.tar.gz |
Need pkg-config to build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ebview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ebview/Makefile b/textproc/ebview/Makefile index f134587c5b4..4c899870920 100644 --- a/textproc/ebview/Makefile +++ b/textproc/ebview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 08:34:16 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/18 00:24:31 obache Exp $ DISTNAME= ebview-0.3.6 CATEGORIES= textproc @@ -9,7 +9,7 @@ HOMEPAGE= http://ebview.sourceforge.net/ COMMENT= GTK2 based EPWING dictionary browser USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= YES .include "../../converters/libiconv/buildlink3.mk" |