diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-04 07:30:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-04 07:30:56 +0800 |
commit | 5642848171710752f82c644f965e10b8c82b1c24 (patch) | |
tree | 17e4a5d6336c7711b1da353345d807bdf6865e82 /emulators | |
parent | b09ceaad69465d3ae33382b0810d4940bbe158cb (diff) | |
download | freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.tar.gz freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.tar.zst freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.zip |
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/catapult/Makefile | 2 | ||||
-rw-r--r-- | emulators/openmsx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index a36b750de667..6fc3c5decf0d 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx OPTIONS_DEFINE= DEBUG DOCS USES= gmake pkgconfig -USE_GCC= 4.6+ +USE_GCC= yes USE_CXXSTD= gnu++0x USE_GNOME= gtk20 libxml2 USE_WX= 2.8+ 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 |