From a3df0702e0405ca32c5edf7b6c1b09d506d6e2c8 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 25 Jul 2008 14:34:52 +0000 Subject: - Remove USE_GCC where it can be satisfied with base compiler on following FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT --- lang/smalltalk/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lang/smalltalk') diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 5fafeed689e0..1b3e2acb9624 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -24,7 +24,6 @@ OPTIONS= TCLTK "Enable Tcl/Tk binding" on \ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig -USE_GCC= 3.4+ USE_ICONV= yes USE_SQLITE= yes USE_GMAKE= yes -- cgit