diff options
author | obache <obache@pkgsrc.org> | 2012-03-16 05:13:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-16 05:13:49 +0000 |
commit | 41916245bed5e42c3ea28e449a2b876cc6be4538 (patch) | |
tree | 388cde5c98a265b32e62f9cb728815e6123d05d9 /net/mikutter | |
parent | 03d5e38f66ae13cde929f24c33f64588676a7497 (diff) | |
download | pkgsrc-41916245bed5e42c3ea28e449a2b876cc6be4538.tar.gz |
Allow to use with non UTF-8 locale by -Ku RUBYOPT.
Bump PKGREVISION.
Diffstat (limited to 'net/mikutter')
-rw-r--r-- | net/mikutter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 70a5d6919df..861257355dd 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2012/03/06 11:19:56 obache Exp $ +# $NetBSD: Makefile,v 1.40 2012/03/16 05:13:49 obache Exp $ # DISTNAME= mikutter.0.1.0.697 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -36,6 +37,7 @@ USE_LANGUAGES= # none USE_TOOLS+= pax REPLACE_RUBY= mikutter.rb +RUBY_ENCODING_ARG= -Ku REPLACE_RUBY_DIRS= core .include "../../lang/ruby/replace.mk" |