diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 07:22:49 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 07:22:49 +0000 |
commit | f11bd8c0b4aa2bb35588dc04b0a5ba013d09e34d (patch) | |
tree | 2f528a3f0c2b08b7f4e8257d22d7535daa7156ec /graphics/glide3 | |
parent | - Mark IGNORE for now, it does not run properly (diff) |
Use appropriate autoconf version (2.53), >= 2.50 is required
Noticed by: cluster
Notes
Notes:
svn path=/head/; revision=135924
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 68d8cdcb4e12..8acddcb1e3f8 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER= 13 USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOCONF_VER= 253 AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKEFILE= makefile.autoconf |