diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 16:44:22 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 16:44:22 +0000 |
commit | d7faccfd3bc93ecb709633ef029e167b51ade918 (patch) | |
tree | d1a7e5aa9197aaa20bd198e38119f28f0668642f /lang | |
parent | Fixed to build with new stricter auto* rules. (diff) |
Use WANT_AUTOCONF_VER so we don't automagically execute autoconf when we
don't want to. Unfortunately, I still can't get it to build because it appears
not to link against libgmp. Kris, if you think this is my problem to solve,
I will attempt to do so. Otherwise, I have kde 3.1 things to take care of,
and a cups upgrade to pull together. If I can get the cups upgrade done,
I'd like to get it in.
Approved by: kris
Notes
Notes:
svn path=/head/; revision=71166
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mozart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index d8d54a8b403b..b921334d0e6c 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -30,7 +30,7 @@ USE_BISON= yes USE_GMAKE= yes HAS_CONFIGURE= yes USE_XLIB= yes -USE_AUTOCONF_VER= 213 +WANT_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. |