diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 03:25:19 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 03:25:19 +0000 |
commit | b918981e435a6b84b9c11e4b1f1d772f569c83fd (patch) | |
tree | bd49c2ca337d7a0e8c3df4c2a5b7ca3e9eaef6cd /textproc/rubygem-nokogiri | |
parent | a9eee8bc43d5b3caef6c089ffcabeec4c4b76f4b (diff) | |
download | ports-b918981e435a6b84b9c11e4b1f1d772f569c83fd.tar.gz ports-b918981e435a6b84b9c11e4b1f1d772f569c83fd.zip |
Notes
Diffstat (limited to 'textproc/rubygem-nokogiri')
-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 |