diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-05-16 19:30:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-05-16 19:30:01 +0000 |
commit | b4b98d1d8f26b891b76319e63770ea24322e96cb (patch) | |
tree | 98b517670e3b70b550934903adc5b29a2c48ee8c /textproc/rubygem-nokogiri | |
parent | cf0c7d0808d21085f88b3ac55c1875c6d7e53342 (diff) | |
download | ports-b4b98d1d8f26b891b76319e63770ea24322e96cb.tar.gz ports-b4b98d1d8f26b891b76319e63770ea24322e96cb.zip |
Notes
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 364f2c53b2bc..266230ca18bd 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -2,23 +2,22 @@ PORTNAME= nokogiri PORTVERSION= 1.6.2.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser -BUILD_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile -RUN_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile - LICENSE= MIT -GEM_ENV= LC_CTYPE=UTF-8 - USE_RUBY= yes USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USE_GNOME= libxml2 libxslt +USES= pkgconfig +CONFIGURE_ARGS= --use-system-libraries PLIST_FILES= bin/nokogiri |