diff options
author | steve <steve@FreeBSD.org> | 2001-12-16 06:18:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-16 06:18:30 +0800 |
commit | ba48c587a3aab158fabfec4641afb3567235abd5 (patch) | |
tree | 4fa31f9ede003eb7bde74dfacc4b12fbdfdb199e /graphics/glide3 | |
parent | ffb8e50b0c3999d206d044542279405ac3f9041f (diff) | |
download | freebsd-ports-gnome-ba48c587a3aab158fabfec4641afb3567235abd5.tar.gz freebsd-ports-gnome-ba48c587a3aab158fabfec4641afb3567235abd5.tar.zst freebsd-ports-gnome-ba48c587a3aab158fabfec4641afb3567235abd5.zip |
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.
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 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 |