diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-13 13:13:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-13 13:13:19 +0000 |
commit | 2bf8d40568f9debf04beb0e0ea448ea2e73ac0e9 (patch) | |
tree | cd47de8c93d1eba06b265983f38dc6253165003c | |
parent | 5a08ef716fdc0ca6124896487664f76a198160ea (diff) | |
download | ports-2bf8d40568f9debf04beb0e0ea448ea2e73ac0e9.tar.gz ports-2bf8d40568f9debf04beb0e0ea448ea2e73ac0e9.zip |
Notes
-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 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 |