diff options
author | kwm <kwm@FreeBSD.org> | 2012-09-08 18:08:46 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-09-08 18:08:46 +0800 |
commit | b6bc3db980e5408669b6868b890d113112b83d99 (patch) | |
tree | b4818b1136089e983a8e114307a7b99414ac5d47 /audio | |
parent | 5eb2561a9bbda46203c812349a14372192192e6a (diff) | |
download | freebsd-ports-gnome-b6bc3db980e5408669b6868b890d113112b83d99.tar.gz freebsd-ports-gnome-b6bc3db980e5408669b6868b890d113112b83d99.tar.zst freebsd-ports-gnome-b6bc3db980e5408669b6868b890d113112b83d99.zip |
Correct depends on rubygem-gettext.
Submitted by: pointyhat (portsmon)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rubyripper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rubyripper/Makefile b/audio/rubyripper/Makefile index bf3072d05d99..1863ac68b982 100644 --- a/audio/rubyripper/Makefile +++ b/audio/rubyripper/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv3 # cdparanoia is not really required for the build, but the port would not # configure without it (ideally, configure script should be fixed instead # of forcing this superfluous build dependency) -BUILD_DEPENDS= rgettext:${PORTSDIR}/devel/rubygem-gettext \ +BUILD_DEPENDS= rxgettext:${PORTSDIR}/devel/rubygem-gettext \ cdparanoia:${PORTSDIR}/audio/cdparanoia RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ |