svn commit: r428227 - head/textproc/html-xml-utils

Bartek Rutkowski robak at FreeBSD.org
Fri Dec 9 16:03:31 UTC 2016


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 at 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>


More information about the svn-ports-head mailing list