diff options
author | vs <vs@FreeBSD.org> | 2005-05-23 15:22:49 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-23 15:22:49 +0800 |
commit | 00b080bb925a137d5162c86098083a0f15f50afb (patch) | |
tree | f65bce138933a74eae9b9c13f766939dd85dd7b6 /graphics | |
parent | 79bd3cc1a243cedad5275492a58a7dff27f5a289 (diff) | |
download | freebsd-ports-gnome-00b080bb925a137d5162c86098083a0f15f50afb.tar.gz freebsd-ports-gnome-00b080bb925a137d5162c86098083a0f15f50afb.tar.zst freebsd-ports-gnome-00b080bb925a137d5162c86098083a0f15f50afb.zip |
Use appropriate autoconf version (2.53), >= 2.50 is required
Noticed by: cluster
Diffstat (limited to 'graphics')
-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 |