summaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-11-13 13:13:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-11-13 13:13:19 +0000
commit2bf8d40568f9debf04beb0e0ea448ea2e73ac0e9 (patch)
treecd47de8c93d1eba06b265983f38dc6253165003c /graphics/opendx
parentAdd variables $ACLOCAL and $AUTOHEADER, now that the program names (diff)
Use $ACLOCAL and $AUTOHEADER.
Notes
Notes: svn path=/head/; revision=49984
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index d71649b3dd79..1e129e92c374 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -41,7 +41,7 @@ post-patch:
@${RM} -f ${WRKSRC}/include/stamp-h.in
pre-configure:
- @cd ${WRKSRC} && aclocal && ${SETENV} ${CONFIGURE_ENV} autoheader
+ @cd ${WRKSRC} && ${ACLOCAL} && ${SETENV} ${CONFIGURE_ENV} ${AUTOHEADER}
post-configure:
${PERL} -pi -e "s;flex ;flex -l ;g" ${WRKSRC}/src/uipp/dxuilib/Makefile