mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use appropriate autoconf version (2.53), >= 2.50 is required
Noticed by: cluster
This commit is contained in:
parent
39c88640af
commit
f11bd8c0b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135924
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -20,7 +20,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
|
||||
MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue