Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2018 19:30:50 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473767 - head/textproc/xlhtml
Message-ID:  <201807021930.w62JUoPO009777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807021930.w62JUoPO009777>