View | Details | Raw Unified | Return to bug 229442
Collapse All | Expand All

(-)Makefile (-6 / +1 lines)
Lines 15-27 Link Here
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USES=		gmake tar:tgz
18
USES=		autoreconf gmake tar:tgz
19
19
20
# If autotools are installed in the build environment a regeneration
21
# of it's build files is triggered for unknown reasons.  Pretend they
22
# are not there.
23
BINARY_ALIAS=	aclocal=false autoheader=false automake=false makeinfo=false
24
25
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
26
21
27
post-install-DOCS-on:
22
post-install-DOCS-on:

Return to bug 229442