Date: Sat, 8 Sep 2012 10:08:47 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303886 - head/audio/rubyripper Message-ID: <201209081008.q88A8li7064390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Sep 8 10:08:46 2012 New Revision: 303886 URL: http://svn.freebsd.org/changeset/ports/303886 Log: Correct depends on rubygem-gettext. Submitted by: pointyhat (portsmon) Modified: head/audio/rubyripper/Makefile Modified: head/audio/rubyripper/Makefile ============================================================================== --- head/audio/rubyripper/Makefile Sat Sep 8 09:58:57 2012 (r303885) +++ head/audio/rubyripper/Makefile Sat Sep 8 10:08:46 2012 (r303886) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209081008.q88A8li7064390>