diff options
author | alane <alane@FreeBSD.org> | 2002-11-28 00:44:22 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-28 00:44:22 +0800 |
commit | acf57b75dd5d3047ea64f5750d0d072f437bb9af (patch) | |
tree | 44cd6a8d8ef1800b05a36627d1b548b7fbb382c7 | |
parent | fbc04a403f32e1914a31b99cb0f8d946d0d7b230 (diff) | |
download | freebsd-ports-gnome-acf57b75dd5d3047ea64f5750d0d072f437bb9af.tar.gz freebsd-ports-gnome-acf57b75dd5d3047ea64f5750d0d072f437bb9af.tar.zst freebsd-ports-gnome-acf57b75dd5d3047ea64f5750d0d072f437bb9af.zip |
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
-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. |