diff options
author | obache <obache@pkgsrc.org> | 2011-01-09 10:41:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-09 10:41:00 +0000 |
commit | ae24f8afd83dfb07ddf0930af505899def7b3439 (patch) | |
tree | 4976ff27f87d3c31fc4aa6e11eec86ea4d3a78d6 /devel | |
parent | 83edc5fd9045179db40709c322f54d5a09e493c2 (diff) | |
download | pkgsrc-ae24f8afd83dfb07ddf0930af505899def7b3439.tar.gz |
configure require xgettext, msgmerge and msgfmt.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 51a5d3b6aad..f2ade8e8afc 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/21 11:27:57 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/01/09 10:41:00 obache Exp $ # DISTNAME= cutter-1.1.5 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config xgettext msgmerge msgfmt USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |