Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.
This commit is contained in:
parent
ddcff74e26
commit
47aff41ec7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301512
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
|||
smpeg.1:${PORTSDIR}/multimedia/smpeg
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 4.4+
|
||||
USE_GCC= 4.6+
|
||||
USE_LDCONFIG= yes
|
||||
USE_LUA= 5.0+
|
||||
USE_OPENAL= al
|
||||
|
|
Loading…
Reference in a new issue