svn commit: r473767 - head/textproc/xlhtml

Steve Wills swills at FreeBSD.org
Mon Jul 2 19:30:51 UTC 2018


Author: swills
Date: Mon Jul  2 19:30:50 2018
New Revision: 473767
URL: https://svnweb.freebsd.org/changeset/ports/473767

Log:
  textproc/xlhtml: Try again to fix build when Autotools are installed
  
  r472723 seems to have been incomplete
  
  PR:		229442
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/textproc/xlhtml/Makefile   (contents, props changed)

Modified: head/textproc/xlhtml/Makefile
==============================================================================
--- head/textproc/xlhtml/Makefile	Mon Jul  2 19:09:51 2018	(r473766)
+++ head/textproc/xlhtml/Makefile	Mon Jul  2 19:30:50 2018	(r473767)
@@ -15,12 +15,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		gmake tar:tgz
-
-# If autotools are installed in the build environment a regeneration
-# of it's build files is triggered for unknown reasons.  Pretend they
-# are not there.
-BINARY_ALIAS=	aclocal=false autoheader=false automake=false makeinfo=false
+USES=		autoreconf gmake tar:tgz
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list