diff options
author | dbj <dbj> | 2016-02-16 01:02:10 +0000 |
---|---|---|
committer | dbj <dbj> | 2016-02-16 01:02:10 +0000 |
commit | 9ebeec2f3e6418186a5ec02a124feeac0ebbc4ec (patch) | |
tree | 4b6e9702a6e95a612f656f40210ef2d1bd8639bb /audio | |
parent | e2ea8bf1b5ce29a478e5985fe09d25d3bb0f7f02 (diff) | |
download | pkgsrc-9ebeec2f3e6418186a5ec02a124feeac0ebbc4ec.tar.gz |
add xgettext msgmerge msgfmt to USE_TOOLS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 7829221dba2..bb48e0552d6 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/11/18 14:19:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2016/02/16 01:02:10 dbj Exp $ DISTNAME= spek-0.8.2 PKGREVISION= 3 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LANGUAGES= c++ -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool xgettext msgmerge msgfmt pkg-config MAKE_FLAGS+= DATADIRNAME=${PKGLOCALEDIR} .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |