diff options
-rw-r--r-- | games/briquolo/Makefile | 2 | ||||
-rw-r--r-- | irc/lostirc/Makefile | 2 |
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" |