aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-06-01 05:55:17 +0800
committerarved <arved@FreeBSD.org>2007-06-01 05:55:17 +0800
commit61de26eba28165f963443506102a48d56bd7cc4a (patch)
tree69b7ec86ccfdff8c556818da3d2b8d98a79c84e8
parent2c7a2da5a5d1294cbcf5e849056b5c4aa6f2665c (diff)
downloadfreebsd-ports-gnome-61de26eba28165f963443506102a48d56bd7cc4a.tar.gz
freebsd-ports-gnome-61de26eba28165f963443506102a48d56bd7cc4a.tar.zst
freebsd-ports-gnome-61de26eba28165f963443506102a48d56bd7cc4a.zip
Use system compiler on CURRENT
-rw-r--r--games/briquolo/Makefile2
-rw-r--r--irc/lostirc/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index 5d0108f79af5..52533097cf36 100644
--- a/irc/lostirc/Makefile
+++ b/irc/lostirc/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget
-USE_GCC= 3.4
+USE_GCC= 3.4+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"