diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-09 07:00:43 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-09 07:00:43 +0000 |
commit | 18140b450c76fb2a0a0a57304652240f9a3db772 (patch) | |
tree | 7faa02ee9ef9fe88a8df6ebd765246cd12c4d24c /x11/efltk | |
parent | b93cf98a3b5e7beb80b71e5d1221cf0698b5196f (diff) | |
download | pkgsrc-18140b450c76fb2a0a0a57304652240f9a3db772.tar.gz |
Oops, forgot to add pkg-config to USE_TOOLS
Diffstat (limited to 'x11/efltk')
-rw-r--r-- | x11/efltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index a3511f27a4d..962f10f4b50 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/05/21 08:18:16 obache Exp $ +# $NetBSD: Makefile,v 1.22 2011/10/09 07:00:43 dholland Exp $ # DISTNAME= efltk-2.0.5 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/efltk GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-iconv |