diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-11-29 01:25:32 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-11-29 01:25:32 +0000 |
commit | 6c62c6c4d9dd0bfa3240a704923b9954a3b1783c (patch) | |
tree | d3478b06f273155f8c8b1bb64194a86810d8240f /lang/squeak | |
parent | 7575493e868b1cb498e298317bf0e1bd08c2722f (diff) | |
download | ports-6c62c6c4d9dd0bfa3240a704923b9954a3b1783c.tar.gz ports-6c62c6c4d9dd0bfa3240a704923b9954a3b1783c.zip |
Disable the port on sparc64 temporary until the problem has been fixed by the
developers.
PR: 74491
Submitted by: maintainer
Reported by: kris
Notes
Notes:
svn path=/head/; revision=122725
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 0637aeb07f3d..ffd587be2288 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -34,7 +34,7 @@ MAINTAINER= chris@chrisburkert.de COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows. ################################################## -ONLY_FOR_ARCHS= i386 sparc64 +ONLY_FOR_ARCHS= i386 MAN1= inisqueak.1 squeak.1 USE_GMAKE= yes USE_REINPLACE= yes |