diff options
Diffstat (limited to 'games/glob2/Makefile')
-rw-r--r-- | games/glob2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index e2fb99b7fd0a..8a847dcfe18a 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -USE_GCC= 3.3 +USE_GCC= 3.4 PLIST_FILES= bin/glob2 |