Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2016 16:03:30 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428227 - head/textproc/html-xml-utils
Message-ID:  <201612091603.uB9G3U4u042638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Fri Dec  9 16:03:30 2016
New Revision: 428227
URL: https://svnweb.freebsd.org/changeset/ports/428227

Log:
  textproc/html-xml-utils: fix build on 9.3
  
  PR:		214526
  Submitted by:	Takefu <takefu@airport.fm> (maintainer)
  MFH:		2016Q4

Modified:
  head/textproc/html-xml-utils/Makefile

Modified: head/textproc/html-xml-utils/Makefile
==============================================================================
--- head/textproc/html-xml-utils/Makefile	Fri Dec  9 15:52:56 2016	(r428226)
+++ head/textproc/html-xml-utils/Makefile	Fri Dec  9 16:03:30 2016	(r428227)
@@ -3,6 +3,7 @@
 
 PORTNAME=	html-xml-utils
 PORTVERSION=	7.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.w3.org/Tools/HTML-XML-utils/
 
@@ -18,5 +19,6 @@ USES=		gmake iconv localbase shebangfix
 GNU_CONFIGURE=	yes
 
 SHEBANG_FILES=	${WRKSRC}/hxcite-mkbib
+CONFIGURE_ARGS=	LDFLAGS=${ICONV_LIB}
 
 .include <bsd.port.mk>



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