diff options
author | pav <pav@FreeBSD.org> | 2009-03-25 20:05:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-25 20:05:43 +0800 |
commit | aae277baa2839c63a454a58553c22c694f695a7b (patch) | |
tree | 481549c6409675a5bb33934a6338920c9ed311b0 /science | |
parent | b9e196bc2fca73941c8565badbaecfab3ce78226 (diff) | |
download | freebsd-ports-gnome-aae277baa2839c63a454a58553c22c694f695a7b.tar.gz freebsd-ports-gnome-aae277baa2839c63a454a58553c22c694f695a7b.tar.zst freebsd-ports-gnome-aae277baa2839c63a454a58553c22c694f695a7b.zip |
- Fix for new ruby-gettext
- Update maintainer's email address
PR: ports/133046
Submitted by: Shin'ya Murakami <murashin@epa.scitec.kobe-u.ac.jp> (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/gave/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/gave/Makefile b/science/gave/Makefile index d5f1e861b095..227165eb6874 100644 --- a/science/gave/Makefile +++ b/science/gave/Makefile @@ -7,12 +7,12 @@ PORTNAME= gave PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science graphics ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/gave/ DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= A gtk+ based grid data analyser and viewer written in Ruby RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ @@ -29,7 +29,7 @@ USE_RUBY_SETUP= yes .include <bsd.port.pre.mk> .if !defined(WITHOUT_NLS) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext +RUN_DEPENDS+= ${RUBY_SITELIBDIR}/locale.rb:${PORTSDIR}/devel/ruby-gettext .if ${RUBY_VER} >= 1.7 RUN_DEPENDS+= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv .else |