diff options
author | tg <tg@FreeBSD.org> | 2001-11-13 13:13:19 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-11-13 13:13:19 +0000 |
commit | 73649b8fd9e4083169eea506ac6e8b288cb2f174 (patch) | |
tree | 8bc214b2695fcfa74acb467584d5bab8f8cddeb4 /graphics/opendx | |
parent | 1919b00d9ad0d82c19d684529fc6a93a04472810 (diff) | |
download | FreeBSD-ports-73649b8fd9e4083169eea506ac6e8b288cb2f174.zip FreeBSD-ports-73649b8fd9e4083169eea506ac6e8b288cb2f174.tar.gz |
Use $ACLOCAL and $AUTOHEADER.
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index d71649b..1e129e9 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 |