diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /x11/efltk/Makefile | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'x11/efltk/Makefile')
-rw-r--r-- | x11/efltk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 5fb456233fd..65c09518ed9 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/08 11:29:50 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= efltk-2.0.5 @@ -15,9 +15,8 @@ WRKSRC= ${WRKDIR}/efltk GNU_CONFIGURE= yes USE_LANGUAGES+= c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes -BUILD_USES_MSGFMT= yes CONFIGURE_ARGS+= --enable-iconv CONFIGURE_ARGS+= --enable-xft |