diff options
author | swills <swills@FreeBSD.org> | 2018-07-03 03:30:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-07-03 03:30:50 +0800 |
commit | 2f398b07c003b673b9a9fac3b81492028c285072 (patch) | |
tree | 95f922f5fbcb16c354c92e9bb719cf068f3f45ab | |
parent | 8cd36c59937cdfe0f180e0540527fc0a9f58d12c (diff) | |
download | freebsd-ports-gnome-2f398b07c003b673b9a9fac3b81492028c285072.tar.gz freebsd-ports-gnome-2f398b07c003b673b9a9fac3b81492028c285072.tar.zst freebsd-ports-gnome-2f398b07c003b673b9a9fac3b81492028c285072.zip |
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>
-rw-r--r-- | textproc/xlhtml/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index 050aefcf9545..d7c7ea97da79 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -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 |