aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-14 10:43:12 +0800
committerkris <kris@FreeBSD.org>2004-03-14 10:43:12 +0800
commitc5a0212340be280cbe2f90457febd5e21371f00c (patch)
tree14e165555068dc6ecae1923cfc66eb5708c80f65
parentf61769ccba190370311aaf9fa652ab1e873ce293 (diff)
downloadfreebsd-ports-gnome-c5a0212340be280cbe2f90457febd5e21371f00c.tar.gz
freebsd-ports-gnome-c5a0212340be280cbe2f90457febd5e21371f00c.tar.zst
freebsd-ports-gnome-c5a0212340be280cbe2f90457febd5e21371f00c.zip
Switch to gcc 3.3 since this is the latest version.
-rw-r--r--devel/libcwd/Makefile2
-rw-r--r--graphics/libwpcg/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile
index 896a75426c15..4f1a8b8b03eb 100644
--- a/devel/libcwd/Makefile
+++ b/devel/libcwd/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The C++ Debugging Support Library
-USE_GCC= 3.1
+USE_GCC= 3.3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-threading
USE_GMAKE= yes
diff --git a/graphics/libwpcg/Makefile b/graphics/libwpcg/Makefile
index cc2065ebe3ad..248305d38722 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}