diff options
author | eadler <eadler@FreeBSD.org> | 2011-11-13 11:27:25 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-11-13 11:27:25 +0800 |
commit | 6722582024590f8aa6fb94b5a10c55cc45f95fa5 (patch) | |
tree | 6bc0e6189f233b02d33318239553cddb7c41277c /lang/bigloo | |
parent | a780bf9f2019a9b8607ac46e95e15d66e0310a19 (diff) | |
download | freebsd-ports-gnome-6722582024590f8aa6fb94b5a10c55cc45f95fa5.tar.gz freebsd-ports-gnome-6722582024590f8aa6fb94b5a10c55cc45f95fa5.tar.zst freebsd-ports-gnome-6722582024590f8aa6fb94b5a10c55cc45f95fa5.zip |
- gcc45 is no more
Submitted by: gerald
Feature safe: yes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 2 |
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 |