diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index d11f68d8a556..f808019824f5 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -12,13 +12,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= An HTML, XML, SAX, and Reader parser -BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv -RUN_DEPENDS= ${BUILD_DEPENDS} \ - rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe +RUN_DEPENDS= rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe USE_GNOME= libxml2 libxslt USE_RUBY= yes +USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/nokogiri |