aboutsummaryrefslogtreecommitdiffstats
path: root/science/gave
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-06-09 22:13:02 +0800
committermezz <mezz@FreeBSD.org>2006-06-09 22:13:02 +0800
commit7b454805314a6703a378b74f8714fe1413d3ca88 (patch)
tree69520bf36878a55b8fa28c93e104f5bc76d64f99 /science/gave
parent51f2e0925366d3734a1dcd5ca1beff5bdbd2397d (diff)
downloadfreebsd-ports-gnome-7b454805314a6703a378b74f8714fe1413d3ca88.tar.gz
freebsd-ports-gnome-7b454805314a6703a378b74f8714fe1413d3ca88.tar.zst
freebsd-ports-gnome-7b454805314a6703a378b74f8714fe1413d3ca88.zip
Chase devel/ruby-gettext updated that has filename changed, from
gettext/_locale.so to locale_system.so. Bump the PORTREVISION. Reported by: krismail
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