diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 19:25:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 19:25:10 +0000 |
commit | 843ade1030e620014c6c2129c9d8b550bb1a66dd (patch) | |
tree | 244179cede4b2cc62a1a9144b28ef146cb2fb7cc /textproc/rubygem-nokogiri | |
parent | 992a6ce56c63994fd9e001ab4e8ee439fab8eeb0 (diff) | |
download | ports-843ade1030e620014c6c2129c9d8b550bb1a66dd.tar.gz ports-843ade1030e620014c6c2129c9d8b550bb1a66dd.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 6fff109512cb..b1e06fefc080 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -12,16 +12,15 @@ 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 \ +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= ${BUILD_DEPENDS} USE_GNOME= libxml2 libxslt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - PLIST_FILES= bin/nokogiri .include <bsd.port.mk> |