diff options
author | swills <swills@FreeBSD.org> | 2017-02-04 01:14:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-02-04 01:14:33 +0800 |
commit | 1c112c2c7ce933ec6b24da6f9c76b1f6f497bf08 (patch) | |
tree | 32428bd21e168764f5e1271436964736445c1fed /archivers | |
parent | a21cc69ad9032084502610a435595d6f112b6a43 (diff) | |
download | freebsd-ports-gnome-1c112c2c7ce933ec6b24da6f9c76b1f6f497bf08.tar.gz freebsd-ports-gnome-1c112c2c7ce933ec6b24da6f9c76b1f6f497bf08.tar.zst freebsd-ports-gnome-1c112c2c7ce933ec6b24da6f9c76b1f6f497bf08.zip |
archivers/rubygem-ruby-xz: fix dependencies
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rubygem-ruby-xz/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archivers/rubygem-ruby-xz/Makefile b/archivers/rubygem-ruby-xz/Makefile index 3afc45f37418..674352039c0f 100644 --- a/archivers/rubygem-ruby-xz/Makefile +++ b/archivers/rubygem-ruby-xz/Makefile @@ -2,6 +2,7 @@ PORTNAME= ruby-xz PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= archivers rubygems MASTER_SITES= RG @@ -11,6 +12,10 @@ COMMENT= Ruby bindings for the liblzma library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= rubygem-ffi>=1.9:devel/rubygem-ffi \ + rubygem-io-like>=0.3:devel/rubygem-io-like \ + rubygem-archive-tar-minitar>=0.5:archivers/rubygem-archive-tar-minitar + NO_ARCH= yes USE_RUBY= yes USES= gem |