diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-07-11 22:01:59 +0800 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-07-11 22:01:59 +0800 |
commit | be0b2902bc034405d3d50eb33e47583b624e31e7 (patch) | |
tree | 6b72cad80ff6b24c9f705a33f5ac9b0db4eff293 /misc | |
parent | 203c782b1059d85de7f13093ab419aa9cba9a65a (diff) | |
download | freebsd-ports-gnome-be0b2902bc034405d3d50eb33e47583b624e31e7.tar.gz freebsd-ports-gnome-be0b2902bc034405d3d50eb33e47583b624e31e7.tar.zst freebsd-ports-gnome-be0b2902bc034405d3d50eb33e47583b624e31e7.zip |
- Use rubygem-gettext instead of ruby-gettext [1]
- Make portlint happy
PR: ports/158615 [1]
Submitted by: swills [1]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rabbit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/rabbit/Makefile b/misc/rabbit/Makefile index 619465f89fd6..3f7ac1e9ffa9 100644 --- a/misc/rabbit/Makefile +++ b/misc/rabbit/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://www.cozmixng.org/~kou/download/ \ MAINTAINER= tota@FreeBSD.org COMMENT= An RD-document-based presentation application +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ rd2:${PORTSDIR}/textproc/ruby-rdtool \ ${RUBY_SITELIBDIR}/div.rb:${PORTSDIR}/www/ruby-div \ @@ -22,16 +25,13 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ruby-pwgen:${PORTSDIR}/security/ruby-password \ rubygem-tweetstream>=0.0.0:${PORTSDIR}/net/rubygem-tweetstream -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/GPL - USE_RUBY= yes USE_RUBY_SETUP= yes .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes -RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gettext.rb:${PORTSDIR}/devel/ruby-gettext +RUN_DEPENDS+= rubygem-gettext>0:${PORTSDIR}/devel/rubygem-gettext PLIST_SUB+= NLS="" .endif |