diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 02:43:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 02:43:12 +0000 |
commit | c5a0212340be280cbe2f90457febd5e21371f00c (patch) | |
tree | 14e165555068dc6ecae1923cfc66eb5708c80f65 /graphics/libwpcg | |
parent | f61769ccba190370311aaf9fa652ab1e873ce293 (diff) | |
download | FreeBSD-ports-c5a0212340be280cbe2f90457febd5e21371f00c.zip FreeBSD-ports-c5a0212340be280cbe2f90457febd5e21371f00c.tar.gz |
Switch to gcc 3.3 since this is the latest version.
Diffstat (limited to 'graphics/libwpcg')
-rw-r--r-- | graphics/libwpcg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libwpcg/Makefile b/graphics/libwpcg/Makefile index cc2065e..248305d 100644 --- a/graphics/libwpcg/Makefile +++ b/graphics/libwpcg/Makefile @@ -15,7 +15,7 @@ DISTNAME= libWPCG-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A basic 2D/3D computer graphics library which uses OpenGL -USE_GCC= 3.1 +USE_GCC= 3.3 USE_MESA= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |