diff options
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 |