From 4464a92d6c75d67107d80a3d0fad01ec898c7788 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 30 Sep 2004 05:32:00 +0000 Subject: Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr --- graphics/bugle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/bugle') diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index a81008bfa3ec..bd0a54cdb1c5 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -17,7 +17,7 @@ COMMENT= A debugging library for OpenGL MAN1= gldb.1 MAN3= bugle.3 -USE_GCC= 3.3 +USE_GCC= 3.4 USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -- cgit