diff options
author | arved <arved@FreeBSD.org> | 2007-06-01 05:55:17 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-06-01 05:55:17 +0800 |
commit | 61de26eba28165f963443506102a48d56bd7cc4a (patch) | |
tree | 69b7ec86ccfdff8c556818da3d2b8d98a79c84e8 /games/briquolo | |
parent | 2c7a2da5a5d1294cbcf5e849056b5c4aa6f2665c (diff) | |
download | freebsd-ports-gnome-61de26eba28165f963443506102a48d56bd7cc4a.tar.gz freebsd-ports-gnome-61de26eba28165f963443506102a48d56bd7cc4a.tar.zst freebsd-ports-gnome-61de26eba28165f963443506102a48d56bd7cc4a.zip |
Use system compiler on CURRENT
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index fdb716145744..a4d4db0a1bbf 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GL= yes USE_SDL= mixer sdl ttf -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes |