diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-09 22:13:02 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-09 22:13:02 +0800 |
commit | 7b454805314a6703a378b74f8714fe1413d3ca88 (patch) | |
tree | 69520bf36878a55b8fa28c93e104f5bc76d64f99 /deskutils/alexandria | |
parent | 51f2e0925366d3734a1dcd5ca1beff5bdbd2397d (diff) | |
download | freebsd-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 'deskutils/alexandria')
-rw-r--r-- | deskutils/alexandria/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/alexandria/Makefile b/deskutils/alexandria/Makefile index f726f67c451d..68f02f5cb37a 100644 --- a/deskutils/alexandria/Makefile +++ b/deskutils/alexandria/Makefile @@ -7,7 +7,7 @@ PORTNAME= alexandria PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils ruby MASTER_SITES= http://rubyforge.org/frs/download.php/3445/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ MAINTAINER= mitsuru@riken.jp COMMENT= A GNOME application to help you manage your book collection RUN_DEPENDS= ${RUBY_SITELIBDIR}/amazon.rb:${PORTSDIR}/www/ruby-amazon \ - ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext \ + ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext \ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \ ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \ ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ |