Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target

and version 1.4 doesn't appear to work for this port.
This commit is contained in:
Steve Price 2001-12-15 22:18:30 +00:00
parent 8f304fa77c
commit 0fa991a971
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51604
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/Glide3
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
USE_AUTOMAKE_VER= 15
MAKEFILE= makefile.autoconf
USE_GMAKE= yes

View file

@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/Glide3
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
USE_AUTOMAKE_VER= 15
MAKEFILE= makefile.autoconf
USE_GMAKE= yes