aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-01 21:23:14 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-01 21:23:14 +0000
commit7e339abf8a381a46ef82e3a2462622a709e23bbd (patch)
treec81589bd52dcd80b0393c9e33f73dd8e4056e7bf /lang/squeak
parent2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff)
downloadports-7e339abf8a381a46ef82e3a2462622a709e23bbd.tar.gz
ports-7e339abf8a381a46ef82e3a2462622a709e23bbd.zip
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=346721
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index a4b7a1844790..9a5db8f27db0 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -47,7 +47,7 @@ NO_STAGE= yes
DIST_SUBDIR= squeak
ONLY_FOR_ARCHS= i386 amd64
MAN1= squeak.1
-USE_GCC= 4.2+
+USE_GCC= any
USE_GL= gl
HAS_CONFIGURE= yes