diff options
author | markd <markd@pkgsrc.org> | 2016-06-09 23:37:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-06-09 23:37:20 +0000 |
commit | 61843c01f9297cdb3689521a8701c479f715156f (patch) | |
tree | b8efc2f8eb52a22751046a8a8cef4d0331f7d2de /x11 | |
parent | a419d4b74822c5b0bb10765e3fcfc6998765b683 (diff) | |
download | pkgsrc-61843c01f9297cdb3689521a8701c479f715156f.tar.gz |
Add msgmerge tool
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kconfigwidgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kconfigwidgets/Makefile b/x11/kconfigwidgets/Makefile index 1213c977564..89951b91bc2 100644 --- a/x11/kconfigwidgets/Makefile +++ b/x11/kconfigwidgets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/26 09:49:48 markd Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/09 23:37:20 markd Exp $ DISTNAME= kconfigwidgets-${KF5VER} CATEGORIES= x11 @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run msgmerge REPLACE_PERL+= src/preparetips5 |