svn commit: r461019 - head/www/tdom
Mikhail Teterin
mi at FreeBSD.org
Mon Feb 5 20:48:25 UTC 2018
Author: mi
Date: Mon Feb 5 20:48:24 2018
New Revision: 461019
URL: https://svnweb.freebsd.org/changeset/ports/461019
Log:
We do not need to apply ranlib, and we do not need GNU make.
Modified:
head/www/tdom/Makefile
Modified: head/www/tdom/Makefile
==============================================================================
--- head/www/tdom/Makefile Mon Feb 5 20:28:44 2018 (r461018)
+++ head/www/tdom/Makefile Mon Feb 5 20:48:24 2018 (r461019)
@@ -14,7 +14,7 @@ COMMENT= High performance processing of XML and HTML d
LICENSE= MPL11
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake tcl:tea
+USES= tcl:tea
CONFIGURE_ARGS= --enable-threads --disable-tdomalloc
CONFIGURE_ARGS+=--with-expat=/usr
EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \
@@ -33,6 +33,7 @@ HTML5_DESC= Enable parsing of HTML5 (requires gumbo)
HTML5_LIB_DEPENDS=libgumbo.so:devel/gumbo
HTML5_CONFIGURE_ENABLE=html5
HTML5_CFLAGS= -I${LOCALBASE}/include
+MAKE_ARGS+= RANLIB_STUB=:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
More information about the svn-ports-all
mailing list