diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-06-09 14:13:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-06-09 14:13:02 +0000 |
commit | e229e436fbd96b8fa8c18f248990766e3e2ef0c4 (patch) | |
tree | 94a50c06da6f2d41e54a61068194354fbee41451 /deskutils/alexandria | |
parent | d14d2d2444aace362dc1a43df3a08eaa722f9b37 (diff) | |
download | ports-e229e436fbd96b8fa8c18f248990766e3e2ef0c4.tar.gz ports-e229e436fbd96b8fa8c18f248990766e3e2ef0c4.zip |
Notes
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 \ |