1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

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>
This commit is contained in:
Steve Wills 2018-07-02 19:30:50 +00:00
parent c653821cc0
commit 7f445804a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473767

View File

@ -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