diff options
author | youri <youri@pkgsrc.org> | 2016-06-08 10:30:46 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-08 10:30:46 +0000 |
commit | 51a00cc68cf12c439f6ba449f364687e6d178e57 (patch) | |
tree | 5d0ea6101b84c5eda33d02e3aef79dd5bf44b7d4 /x11 | |
parent | 361a2466e2faa03ecb00ac16a4dee5c37fa003c2 (diff) | |
download | pkgsrc-51a00cc68cf12c439f6ba449f364687e6d178e57.tar.gz |
Add msgfmt.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxterminal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lxterminal/Makefile b/x11/lxterminal/Makefile index cbc5074c4df..2131e47e663 100644 --- a/x11/lxterminal/Makefile +++ b/x11/lxterminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/05/23 10:50:01 youri Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/08 10:30:46 youri Exp $ DISTNAME= lxterminal-0.2.0 CATEGORIES= x11 @@ -10,7 +10,7 @@ COMMENT= Desktop-independent VTE-based terminal emulator with tabs LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool pkg-config msgfmt .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |