diff options
author | gerald <gerald@FreeBSD.org> | 2012-07-23 07:12:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-07-23 07:12:15 +0800 |
commit | 801feb0362b1fb617ebc8b0be5acef69e99f6d7f (patch) | |
tree | 000b02f84626a40b67f70642f54005d187cd1223 /games | |
parent | f99b09606cb7d532d49076755d508d89ddf4480f (diff) | |
download | freebsd-ports-gnome-801feb0362b1fb617ebc8b0be5acef69e99f6d7f.tar.gz freebsd-ports-gnome-801feb0362b1fb617ebc8b0be5acef69e99f6d7f.tar.zst freebsd-ports-gnome-801feb0362b1fb617ebc8b0be5acef69e99f6d7f.zip |
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.
Approved by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/plee-the-bear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index 0f2539c48316..a7a1ed818496 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -24,7 +24,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ USE_CMAKE= yes CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ |