summaryrefslogtreecommitdiff
path: root/science/gave
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-06-09 14:13:02 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-06-09 14:13:02 +0000
commite229e436fbd96b8fa8c18f248990766e3e2ef0c4 (patch)
tree94a50c06da6f2d41e54a61068194354fbee41451 /science/gave
parentChase xscreensaver update. (diff)
Chase devel/ruby-gettext updated that has filename changed, from
gettext/_locale.so to locale_system.so. Bump the PORTREVISION. Reported by: krismail
Notes
Notes: svn path=/head/; revision=164907
Diffstat (limited to 'science/gave')
-rw-r--r--science/gave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gave/Makefile b/science/gave/Makefile
index b59ba4a4961c..c694f1e87f80 100644
--- a/science/gave/Makefile
+++ b/science/gave/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gave
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science graphics ruby
MASTER_SITES= http://ruby.gfd-dennou.org/products/gave/
DIST_SUBDIR= ruby
@@ -29,7 +29,7 @@ USE_RUBY_SETUP= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
-RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
+RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext
.if ${RUBY_VER} >= 1.7
RUN_DEPENDS+= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv
.else