aboutsummaryrefslogtreecommitdiff
path: root/textproc/html-xml-utils
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2016-12-09 16:03:30 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2016-12-09 16:03:30 +0000
commit8de1ed851de70f70d59c1270abe080e6cb88a56f (patch)
tree97cb6eedb9380236ec6a2af55c8f77dcc184d3a2 /textproc/html-xml-utils
parenta486347bdab98b4a65223c0a61c5298c1f7ac050 (diff)
downloadports-8de1ed851de70f70d59c1270abe080e6cb88a56f.tar.gz
ports-8de1ed851de70f70d59c1270abe080e6cb88a56f.zip
textproc/html-xml-utils: fix build on 9.3
PR: 214526 Submitted by: Takefu <takefu@airport.fm> (maintainer) MFH: 2016Q4
Notes
Notes: svn path=/head/; revision=428227
Diffstat (limited to 'textproc/html-xml-utils')
-rw-r--r--textproc/html-xml-utils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile
index 7507c30b630a..aa176aec7f14 100644
--- a/textproc/html-xml-utils/Makefile
+++ b/textproc/html-xml-utils/Makefile
@@ -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>