diff options
author | tsutsui <tsutsui> | 2015-12-15 15:44:44 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2015-12-15 15:44:44 +0000 |
commit | 4989b26477812128294811157a200b0b1bafa130 (patch) | |
tree | 7a0fb914d64b68c6e6f4640aef14b72d455b3dbc /wm | |
parent | fcdd65a4463f3f3135345e62f62a478e63a2a090 (diff) | |
download | pkgsrc-4989b26477812128294811157a200b0b1bafa130.tar.gz |
Include gettext-lib/buildlink3.mk so that nls is properly enabled.
This fixes "JWM: warning: iconv conversion to UTF-8 failed" error and
UTF-8 characters are now proplery printed on title bars.
Bump PKGREVISION.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/jwm/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/PLIST | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index cd91ca943a2..7fd1c2893db 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2015/12/13 15:02:36 tsutsui Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/15 15:44:44 tsutsui Exp $ # DISTNAME= jwm-2.3.4 +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= http://www.joewing.net/programs/jwm/releases/ EXTRACT_SUFX= .tar.xz @@ -44,6 +45,7 @@ INSTALLATION_DIRS= bin BUILDLINK_DEPMETHOD.libXt?= build +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" diff --git a/wm/jwm/PLIST b/wm/jwm/PLIST index aa7039c9c18..2d550657b6c 100644 --- a/wm/jwm/PLIST +++ b/wm/jwm/PLIST @@ -1,4 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:18:59 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/12/15 15:44:44 tsutsui Exp $ bin/jwm man/man1/jwm.1 share/examples/jwm/system.jwmrc +share/locale/de/LC_MESSAGES/jwm.mo +share/locale/es/LC_MESSAGES/jwm.mo +share/locale/fr/LC_MESSAGES/jwm.mo +share/locale/hu/LC_MESSAGES/jwm.mo +share/locale/it/LC_MESSAGES/jwm.mo +share/locale/nl/LC_MESSAGES/jwm.mo +share/locale/pl/LC_MESSAGES/jwm.mo +share/locale/pt-br/LC_MESSAGES/jwm.mo +share/locale/pt/LC_MESSAGES/jwm.mo +share/locale/ru/LC_MESSAGES/jwm.mo +share/locale/zh_CN/LC_MESSAGES/jwm.mo |