diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-12-31 15:09:04 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-12-31 15:09:04 +0000 |
commit | e2f9559518157e323011103bca6b5faf76e9a0be (patch) | |
tree | 1de66a4f6cf55a7d8a19eef49058f5bad7ab532d /textproc/rubygem-nokogumbo/Makefile | |
parent | 7fcaefd5a40ba414ae05ec8b0bccfe12d4739816 (diff) | |
download | ports-e2f9559518157e323011103bca6b5faf76e9a0be.tar.gz ports-e2f9559518157e323011103bca6b5faf76e9a0be.zip |
textproc/rubygem-nokogumbo: update to 1.4.10
Notes
Notes:
svn path=/head/; revision=430127
Diffstat (limited to 'textproc/rubygem-nokogumbo/Makefile')
-rw-r--r-- | textproc/rubygem-nokogumbo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-nokogumbo/Makefile b/textproc/rubygem-nokogumbo/Makefile index 3590bf388ede..feef4e30ac60 100644 --- a/textproc/rubygem-nokogumbo/Makefile +++ b/textproc/rubygem-nokogumbo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nokogumbo -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.10 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri +CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml + USE_RUBY= yes USES= gem pkgconfig |