diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-25 09:27:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-25 09:27:55 +0000 |
commit | 663a202941c1540e400a49ed925579448861e329 (patch) | |
tree | 9a1a5b104b066979401682d17e019d84cabfb8fb /graphics/utah-glx/Makefile | |
parent | Add svgalib - a *native* port of well-knows Linux console graphics library. (diff) |
Update to the latest cvs snapshot.
- New chipset supported: S3 Savage3D (I have not tested it personally);
- Improved support for already supported chipsets;
- Change port versioning scheme to PORTVERSION=YYYYMMDD, because despite the
promise, the project had not released its magic 1.0 version (promised to be
about 3 months ago);
- Catch change of the Mesa3 version.
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 b884c144532a..217118611f5e 100644 --- a/graphics/utah-glx/Makefile +++ b/graphics/utah-glx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= utah-glx -PORTVERSION= 0.9.1 +PORTVERSION= 20000824 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sobomax @@ -30,7 +30,7 @@ AGP_DEVICE= /dev/agpgart CFLAGS+= -DAGP_DEVICE=\\\"${AGP_DEVICE}\\\" CONFIGURE_SCRIPT=autogen.sh CONFIGURE_ARGS= --enable-extra \ - --with-mesa=${WRKDIRPREFIX}${.CURDIR}/../../graphics/Mesa3/work/Mesa-3.2 \ + --with-mesa=${WRKDIRPREFIX}${.CURDIR}/../../graphics/Mesa3/work/Mesa-3.2.1 \ --sysconfdir=${PREFIX}/etc \ --with-moduledir=${PREFIX}/lib/modules CONFIGURE_ENV= TCLSH="tclsh8.2" |