1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

archivers/rubygem-snappy: Add missing devel/libunwind to LIB_DEPENDS and

while here, fix portlint warning about order of USES and USE_X [1].

[1]
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-order-uses.html
This commit is contained in:
Joseph Mingrone 2017-08-08 19:25:04 +00:00
parent f2b158cb0d
commit 6deb410fa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447570

View File

@ -2,6 +2,7 @@
PORTNAME= snappy
PORTVERSION= 0.0.17
PORTREVISION= 1
CATEGORIES= archivers rubygems
MASTER_SITES= RG
@ -11,10 +12,11 @@ COMMENT= Snappy binding for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libsnappy.so:archivers/snappy
LIB_DEPENDS= libsnappy.so:archivers/snappy \
libunwind.so:devel/libunwind
USE_RUBY= yes
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_FILES= smoke.sh \
vendor/snappy/config.status \