diff options
author | joerg <joerg> | 2005-11-07 15:48:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-11-07 15:48:16 +0000 |
commit | a9a586a6c1d2e8209522c172c3627784d5db48a7 (patch) | |
tree | 0748c369b9d5d9cd039d1bfc1f1f3790af5431fb /x11/efltk | |
parent | 4a9bfdf81f9d0890522ccd274d5398b763f61aa2 (diff) | |
download | pkgsrc-a9a586a6c1d2e8209522c172c3627784d5db48a7.tar.gz |
efltk uses msgfmt.
Diffstat (limited to 'x11/efltk')
-rw-r--r-- | x11/efltk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index e627d285ebf..237549a7585 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/09/18 21:18:53 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/07 15:48:16 joerg Exp $ # DISTNAME= efltk-2.0.5 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES+= c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake +BUILD_USES_MSGFMT= yes CONFIGURE_ARGS+= --enable-iconv CONFIGURE_ARGS+= --enable-xft |