diff options
-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> |