summaryrefslogtreecommitdiff
path: root/lang/bigloo
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-11-13 03:27:25 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-11-13 03:27:25 +0000
commit78bb53451ae953f2a34310b6affd4af52ed60e33 (patch)
tree9f4ca211aa2a53deac060db9c2811e20eb867a89 /lang/bigloo
parentAdd a knob DOSBOX to control an optional run-time dependency on DOSBox. (diff)
- gcc45 is no more
Submitted by: gerald Feature safe: yes
Notes
Notes: svn path=/head/; revision=285683
Diffstat (limited to 'lang/bigloo')
-rw-r--r--lang/bigloo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile
index d74d694ccaf3..bf3076033d33 100644
--- a/lang/bigloo/Makefile
+++ b/lang/bigloo/Makefile
@@ -28,7 +28,7 @@ OPTIONS= ALSA "Enable ALSA support" off \
OPENSSL "Enable OpenSSL support" on
WANT_GSTREAMER= yes
-USE_GCC= 4.5+
+USE_GCC= 4.6+
USE_EMACS= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes