aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2012-09-11 20:17:29 +0800
committercperciva <cperciva@FreeBSD.org>2012-09-11 20:17:29 +0800
commit11ddb4c6e709a5de2de39974590ca8fa60344f43 (patch)
tree26f466408bb81982161191fad4d393efdcaca7fe /devel
parentfa9971932ac008ecb4aac01f359e1f06d98d20f5 (diff)
downloadfreebsd-ports-graphics-11ddb4c6e709a5de2de39974590ca8fa60344f43.tar.gz
freebsd-ports-graphics-11ddb4c6e709a5de2de39974590ca8fa60344f43.tar.zst
freebsd-ports-graphics-11ddb4c6e709a5de2de39974590ca8fa60344f43.zip
Fix build problems with new automake.
PR: ports/170241 (partial - upgrade to new version not done) Submitted by: Craig Leres Approved by: maintainer timeout
Diffstat (limited to 'devel')
-rw-r--r--devel/libftdi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile
index 34e18f27e62..1f3124600b2 100644
--- a/devel/libftdi/Makefile
+++ b/devel/libftdi/Makefile
@@ -47,7 +47,7 @@ post-patch:
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
pre-configure:
- @cd ${WRKSRC} && ${AUTORECONF}
+ @cd ${WRKSRC} && ${AUTORECONF} --force --install
post-install:
.if !defined(NOPORTDOCS)