confgure require xgettext, msgmerge and msgfmt.
This commit is contained in:
parent
fd23d6802b
commit
83edc5fd90
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2010/11/30 11:39:12 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/01/09 10:33:02 obache Exp $
|
||||
#
|
||||
|
||||
.include "Makefile.common"
|
||||
|
@ -11,7 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake pkg-config intltool
|
||||
USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
|
||||
|
||||
PKGCONFIG_OVERRIDE+= input-pad.pc.in
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2010/11/30 11:39:12 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/01/09 10:33:02 obache Exp $
|
||||
#
|
||||
|
||||
.include "../../inputmethod/input-pad/Makefile.common"
|
||||
|
@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake pkg-config intltool
|
||||
USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
|
||||
|
||||
PKGCONFIG_OVERRIDE+= input-pad.pc.in
|
||||
|
||||
|
|
Loading…
Reference in a new issue