From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 10:08:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 785D5106564A; Sat, 8 Sep 2012 10:08:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6348F8FC16; Sat, 8 Sep 2012 10:08:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88A8lEl064393; Sat, 8 Sep 2012 10:08:47 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88A8li7064390; Sat, 8 Sep 2012 10:08:47 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201209081008.q88A8li7064390@svn.freebsd.org> From: Koop Mast Date: Sat, 8 Sep 2012 10:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303886 - head/audio/rubyripper X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 10:08:47 -0000 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 \