svn commit: r354210 - head/textproc/libxml2

Koop Mast kwm at FreeBSD.org
Fri May 16 10:50:28 UTC 2014


Author: kwm
Date: Fri May 16 10:50:28 2014
New Revision: 354210
URL: http://svnweb.freebsd.org/changeset/ports/354210
QAT: https://qat.redports.org/buildarchive/r354210/

Log:
  Fix miss merge relating to iconv support.
  
  Reported & tested by:	Cyril Kalinchikov <cyr.k at me.com>

Modified:
  head/textproc/libxml2/Makefile

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Fri May 16 10:44:03 2014	(r354209)
+++ head/textproc/libxml2/Makefile	Fri May 16 10:50:28 2014	(r354210)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libxml2
 PORTVERSION=	2.9.1
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	textproc gnome
 MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
 		http://xmlsoft.org/sources/ \
@@ -19,7 +19,7 @@ COMMENT?=	XML parser library for GNOME
 GNU_CONFIGURE=	yes
 USES=		gmake iconv libtool:keepla pathfix pkgconfig shebangfix
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS?=--with-iconv=${ICONVBASE} \
+CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
 		--with-html-dir=${PREFIX}/share/doc \
 		--with-html-subdir=${PORTNAME} \
 		--with-lzma=/usr \


More information about the svn-ports-all mailing list