diff options
author | tota <tota@FreeBSD.org> | 2011-07-11 22:01:59 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-07-11 22:01:59 +0800 |
commit | b5d2aec42bf28a6e13f650db00e06869faabd4d3 (patch) | |
tree | 68c1663b8d9eb972b887b173f83774a9e6f25614 /misc/rabbit | |
parent | 339d6e5562b6296a24c621eaf4f6374dca326808 (diff) | |
download | freebsd-ports-gnome-b5d2aec42bf28a6e13f650db00e06869faabd4d3.tar.gz freebsd-ports-gnome-b5d2aec42bf28a6e13f650db00e06869faabd4d3.tar.zst freebsd-ports-gnome-b5d2aec42bf28a6e13f650db00e06869faabd4d3.zip |
- Use rubygem-gettext instead of ruby-gettext [1]
- Make portlint happy
PR: ports/158615 [1]
Submitted by: swills [1]
Diffstat (limited to 'misc/rabbit')
-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 |