Remove versioned uses of USE_GCC

Suggested by:	gerald
This commit is contained in:
Ganael LAPLANCHE 2014-11-10 08:36:35 +00:00
parent aa163df848
commit d76d63bf0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372384
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ USES= tar:bzip2 cmake compiler openal:al,alut
# When building with Gcc, needs Gcc 4.6+
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
USE_GCC= 4.6+
USE_GCC= yes
.endif
.include <bsd.port.post.mk>

View file

@ -39,7 +39,7 @@ NLS_CMAKE_ON= -DENABLE_NLS=yes
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
USE_GCC= 4.6+
USE_GCC= yes
.endif
.include <bsd.port.post.mk>

View file

@ -50,7 +50,7 @@ DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF
# Chase devel/simgear compiler version
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
USE_GCC= 4.6+
USE_GCC= yes
.endif
post-install: