diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-30 22:24:49 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-30 22:24:49 +0800 |
commit | 6998b5259a8c855a8ab4c3c732788c0acda9506f (patch) | |
tree | 7eac585a1a30b6325de7266c7b23e12a310670ee /irc/ruby-rica | |
parent | bf0e5cfa05ecb676b05c39ef20dee307d6262bc1 (diff) | |
download | freebsd-ports-gnome-6998b5259a8c855a8ab4c3c732788c0acda9506f.tar.gz freebsd-ports-gnome-6998b5259a8c855a8ab4c3c732788c0acda9506f.tar.zst freebsd-ports-gnome-6998b5259a8c855a8ab4c3c732788c0acda9506f.zip |
- add USES=tar:bzip2
Diffstat (limited to 'irc/ruby-rica')
-rw-r--r-- | irc/ruby-rica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ruby-rica/Makefile b/irc/ruby-rica/Makefile index dc0f7a500aae..f5dc9aaee5b1 100644 --- a/irc/ruby-rica/Makefile +++ b/irc/ruby-rica/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Another IRC client framework for Ruby -USE_BZIP2= yes +USES= tar:bzip2 USE_RUBY= yes NO_BUILD= yes |