svn commit: r303886 - head/audio/rubyripper

Koop Mast kwm at FreeBSD.org
Sat Sep 8 10:08:47 UTC 2012


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 \



More information about the svn-ports-all mailing list