aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-07-18 23:53:08 +0800
committerdanfe <danfe@FreeBSD.org>2011-07-18 23:53:08 +0800
commit37daed82a998ee27a50427f7649404aa05424a54 (patch)
treebc0093a334aa4fb460cf58f41158fd36b1327a9f
parent6f3797ce41b21d7f783936dc0dcf90d0235b4de8 (diff)
downloadfreebsd-ports-gnome-37daed82a998ee27a50427f7649404aa05424a54.tar.gz
freebsd-ports-gnome-37daed82a998ee27a50427f7649404aa05424a54.tar.zst
freebsd-ports-gnome-37daed82a998ee27a50427f7649404aa05424a54.zip
- Unbreak the build after switch to `devel/rubygem-gettext'
- Rephrase a comment while I'm here Pointy hat to: danfe, swills
-rw-r--r--audio/rubyripper/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/rubyripper/Makefile b/audio/rubyripper/Makefile
index 9196774253a2..e9da0f161fe9 100644
--- a/audio/rubyripper/Makefile
+++ b/audio/rubyripper/Makefile
@@ -16,12 +16,10 @@ COMMENT= Digital audio CD extraction tool for accurate ripping
LICENSE= GPLv3
-BROKEN= unsatisfiable dependency requirement
-
-# cdparanoia is not really required for build, but it would not configure
-# without it (ideally, configure script should be fixed instead of forcing
-# superfluous build dependency)
-BUILD_DEPENDS= rubygem-gettext:${PORTSDIR}/devel/rubygem-gettext \
+# 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 \
cdparanoia:${PORTSDIR}/audio/cdparanoia
RUN_DEPENDS:= ${BUILD_DEPENDS} \
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \