diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 54a0b86543e9ffa811825f0afecea56e89aac2a5 (patch) | |
tree | f56fb969c6a70f5e63287a4f791d035ab1ef0ddc /graphics/glide3 | |
parent | 1fccb46f1497a538f24ec00f14b7826570bc0a3a (diff) |
Notes
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 8acddcb1e3f8..63c42a6a8499 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -21,9 +21,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/Glide3 USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 253 +USE_AUTOTOOLS= automake:14 autoconf:253 libtool:13:inc AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKEFILE= makefile.autoconf |