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 /devel | |
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 'devel')
-rw-r--r-- | devel/ruby-rbbr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ruby-rbbr/Makefile b/devel/ruby-rbbr/Makefile index dc8be9d0b97f..baf0d16c9290 100644 --- a/devel/ruby-rbbr/Makefile +++ b/devel/ruby-rbbr/Makefile @@ -7,6 +7,7 @@ PORTNAME= rbbr PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ruby-gnome2 @@ -17,9 +18,9 @@ DIST_SUBDIR= ruby MAINTAINER= mezz@FreeBSD.org COMMENT= A GTK+2-based Ruby module browser -BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext +BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ - ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext + ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext USE_GETTEXT= yes USE_RUBY= yes |