1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

textproc/html-xml-utils: fix build on 9.3

PR:		214526
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
MFH:		2016Q4
This commit is contained in:
Bartek Rutkowski 2016-12-09 16:03:30 +00:00
parent a486347bda
commit 8de1ed851d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428227

View File

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