svn commit: r354256 - head/textproc/rubygem-nokogiri

Steve Wills swills at FreeBSD.org
Fri May 16 19:30:02 UTC 2014


Author: swills
Date: Fri May 16 19:30:01 2014
New Revision: 354256
URL: http://svnweb.freebsd.org/changeset/ports/354256
QAT: https://qat.redports.org/buildarchive/r354256/

Log:
  - Fix build
  
  Test Plan: Build test only
  
  Reviewers: antoine, bapt
  
  Reviewed By: bapt
  
  Differential Revision: https://phabric.freebsd.org/D21

Modified:
  head/textproc/rubygem-nokogiri/Makefile

Modified: head/textproc/rubygem-nokogiri/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri/Makefile	Fri May 16 19:09:20 2014	(r354255)
+++ head/textproc/rubygem-nokogiri/Makefile	Fri May 16 19:30:01 2014	(r354256)
@@ -2,23 +2,22 @@
 
 PORTNAME=	nokogiri
 PORTVERSION=	1.6.2.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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
 


More information about the svn-ports-all mailing list