From b97dcfac7e9de5f58d6d0b53183990026134065d Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 8 Sep 2012 10:08:46 +0000 Subject: [PATCH] Correct depends on rubygem-gettext. Submitted by: pointyhat (portsmon) --- audio/rubyripper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \