aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre3d
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-16 22:33:04 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-16 22:33:04 +0000
commited08b279671b5e1227f4c7e49193b0731988fd7e (patch)
tree300cd7180d00a94055a757e96b9638b3f16fa631 /graphics/ogre3d
parent56bf7633382507dc70d2d7c49ad176fb6de2e195 (diff)
downloadports-ed08b279671b5e1227f4c7e49193b0731988fd7e.tar.gz
ports-ed08b279671b5e1227f4c7e49193b0731988fd7e.zip
Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat)
Notes
Notes: svn path=/head/; revision=348436
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r--graphics/ogre3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index c02c37114fe7..e0e4e8a88e6b 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= YES
USES= cmake
USE_SDL= sdl
USE_XORG= xaw xrandr
-USE_GCC= 4.7+
+USE_GCC= yes
NO_STAGE= yes
.include <bsd.port.options.mk>