diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-03 23:30:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-03 23:30:56 +0000 |
commit | d2699e867eb558749065d7c447b45b6d073919ce (patch) | |
tree | 17e4a5d6336c7711b1da353345d807bdf6865e82 /emulators/openmsx | |
parent | eef1328a37395638f9427f52041b5c702d34e207 (diff) |
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat)
Notes
Notes:
svn path=/head/; revision=346975
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 59327699f635..48c5c9027527 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -24,7 +24,7 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \ MAKEFILE= GNUmakefile USES= gmake tcl -USE_GCC= 4.6+ +USE_GCC= yes USE_GL= glew USE_SDL= sdl ttf USE_PYTHON= yes |