Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 10:50:28 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354210 - head/textproc/libxml2
Message-ID:  <201405161050.s4GAoSsb069977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405161050.s4GAoSsb069977>