diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-31 21:55:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-31 21:55:17 +0000 |
commit | 8e97c2bb12b215952e4142e0ee19926a65a3d509 (patch) | |
tree | 36a4dbe4be4630a8a942c15b1b8e3c6b3db9806a | |
parent | d4016e64324f0f89cb9d9155d8dd61963ad0ad88 (diff) | |
download | ports-8e97c2bb12b215952e4142e0ee19926a65a3d509.tar.gz ports-8e97c2bb12b215952e4142e0ee19926a65a3d509.zip |
Notes
-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" |