diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:18:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:18:30 +0000 |
commit | 0fa991a971fe78ecbfdd43e1163c5e17e4061281 (patch) | |
tree | fad77f6cb49a4789f0ff80acc7adbff7e3f8a36e | |
parent | Fix PLIST and bump PORTREVISION because there are a number of new files (diff) |
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.
Notes
Notes:
svn path=/head/; revision=51604
-rw-r--r-- | graphics/glide3/Makefile | 2 | ||||
-rw-r--r-- | x11-servers/driglide/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 9de7b3384a29..e1cc0cde2d80 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -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 diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile index 9de7b3384a29..e1cc0cde2d80 100644 --- a/x11-servers/driglide/Makefile +++ b/x11-servers/driglide/Makefile @@ -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 |