diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 15:01:40 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 15:01:40 +0000 |
commit | 25f5411408047142ace148188d2fd174dbea7790 (patch) | |
tree | 8152d89052253736835772486a53229b7ac0143d /lang/mozart | |
parent | 08f4ae5cb3587209fa45381d817c14cefb0fb0e5 (diff) |
Notes
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 685a21f3b295..d8d54a8b403b 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -30,6 +30,7 @@ USE_BISON= yes USE_GMAKE= yes HAS_CONFIGURE= yes USE_XLIB= yes +USE_AUTOCONF_VER= 213 # magic wand: set INSTALL to some absurd value, or else # mozart's configure will not find the right install # when configuring as root. @@ -52,9 +53,12 @@ pre-extract: @${ECHO} post-patch: - cd ${WRKSRC}/contrib/gtk && autoconf213 -l ${WRKSRC} - cd ${WRKSRC}/platform/emulator && autoconf213 -l ${WRKSRC} - cd ${WRKSRC}/platform/tools/gump/ozflex && autoconf213 -l ${WRKSRC} + cd ${WRKSRC}/contrib/gtk \ + && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC} + cd ${WRKSRC}/platform/emulator \ + && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC} + cd ${WRKSRC}/platform/tools/gump/ozflex \ + && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC} post-install: .if !defined(NOPORTDOCS) |