diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /graphics/utah-glx/Makefile | |
parent | Information regarding the great autotools update of July 4 2004 (diff) |
Sync with new bsd.autotools.mk
Diffstat (limited to 'graphics/utah-glx/Makefile')
-rw-r--r-- | graphics/utah-glx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile index 4bd8dc5c1e06..1c1400ff4e54 100644 --- a/graphics/utah-glx/Makefile +++ b/graphics/utah-glx/Makefile @@ -19,9 +19,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= 3d@FreeBSD.org COMMENT= A hardware OpenGL support for XFree86 X-Servers -BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 \ - autoconf:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 +WANT_AUTOCONF_VER=253 USE_X_PREFIX= yes USE_PERL5_BUILD=yes USE_GMAKE= yes |