diff options
author | robak <robak@FreeBSD.org> | 2016-12-10 00:03:30 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2016-12-10 00:03:30 +0800 |
commit | 9657dc61b8c78df8314ed0b73eef0d5ab07a8187 (patch) | |
tree | 97cb6eedb9380236ec6a2af55c8f77dcc184d3a2 /textproc/html-xml-utils/Makefile | |
parent | fe1ba765940f2f7654ffd900759103ec6cccf098 (diff) | |
download | freebsd-ports-gnome-9657dc61b8c78df8314ed0b73eef0d5ab07a8187.tar.gz freebsd-ports-gnome-9657dc61b8c78df8314ed0b73eef0d5ab07a8187.tar.zst freebsd-ports-gnome-9657dc61b8c78df8314ed0b73eef0d5ab07a8187.zip |
textproc/html-xml-utils: fix build on 9.3
PR: 214526
Submitted by: Takefu <takefu@airport.fm> (maintainer)
MFH: 2016Q4
Diffstat (limited to 'textproc/html-xml-utils/Makefile')
-rw-r--r-- | textproc/html-xml-utils/Makefile | 2 |
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> |