diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /graphics/glide3 | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 8d847b92ed72..48728fbc8e44 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -7,7 +7,7 @@ PORTNAME= glide3 PORTVERSION= 20020113 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://people.freebsd.org/~anholt/dri/files/ DISTNAME= Glide3-FreeBSD-${PORTVERSION} @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 xxf86dga xxf86vm USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:14 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:14 autoconf:267 libtool:22 AUTOMAKE_ARGS= -a MAKEFILE= makefile.autoconf |