diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-18 15:53:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-18 15:53:08 +0000 |
commit | 12ab6dfa3751c38c2dda0bf3bb0f8108e7ef03e5 (patch) | |
tree | 80d8a0a51ba1bf0139eca41d3aeec232b7e80306 /audio/rubyripper | |
parent | d99195e33ac646975df997832c45f7dbc6e8cfa0 (diff) | |
download | ports-12ab6dfa3751c38c2dda0bf3bb0f8108e7ef03e5.tar.gz ports-12ab6dfa3751c38c2dda0bf3bb0f8108e7ef03e5.zip |
Notes
Diffstat (limited to 'audio/rubyripper')
-rw-r--r-- | audio/rubyripper/Makefile | 10 |
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 \ |