From 510f5cc71c3788d14661b2e2658112f7e2a1f712 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 3 Jan 2019 18:06:06 +0000 Subject: [PATCH] textproc/rubygem-nokogiri: PORTREVISION bump for libxml2 update While here, add some missing LIB_DEPENDS --- textproc/rubygem-nokogiri/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 546874ac359c..b27b9752540c 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -2,6 +2,7 @@ PORTNAME= nokogiri PORTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,10 +13,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md 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 -USES= gem gnome pkgconfig +USES= gem gnome pkgconfig gettext-runtime USE_GNOME= libxml2 libxslt USE_RUBY= yes