1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

textproc/rubygem-nokogiri: PORTREVISION bump for libxml2 update

While here, add some missing LIB_DEPENDS
This commit is contained in:
Steve Wills 2019-01-03 18:06:06 +00:00
parent e170ac414d
commit 510f5cc71c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489193

View File

@ -2,6 +2,7 @@
PORTNAME= nokogiri PORTNAME= nokogiri
PORTVERSION= 1.8.5 PORTVERSION= 1.8.5
PORTREVISION= 1
CATEGORIES= textproc rubygems CATEGORIES= textproc rubygems
MASTER_SITES= RG MASTER_SITES= RG
@ -12,10 +13,12 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libgcrypt.so:security/libgcrypt LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error \
libunwind.so:devel/libunwind
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config
USES= gem gnome pkgconfig USES= gem gnome pkgconfig gettext-runtime
USE_GNOME= libxml2 libxslt USE_GNOME= libxml2 libxslt
USE_RUBY= yes USE_RUBY= yes