diff options
author | hq <hq@FreeBSD.org> | 2004-11-29 09:25:32 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-11-29 09:25:32 +0800 |
commit | 801a2a841edaa783a840eaea25086f6cb42afa31 (patch) | |
tree | 12a24ce7eda2bf2affe633f0da5a4b2593f9ffc4 /lang | |
parent | 0a1512bcdf1ab3cd1360e406865051f88bcc0a4a (diff) | |
download | freebsd-ports-gnome-801a2a841edaa783a840eaea25086f6cb42afa31.tar.gz freebsd-ports-gnome-801a2a841edaa783a840eaea25086f6cb42afa31.tar.zst freebsd-ports-gnome-801a2a841edaa783a840eaea25086f6cb42afa31.zip |
Disable the port on sparc64 temporary until the problem has been fixed by the
developers.
PR: 74491
Submitted by: maintainer
Reported by: kris
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak-dev/Makefile | 2 | ||||
-rw-r--r-- | lang/squeak/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak-dev/Makefile b/lang/squeak-dev/Makefile index 0637aeb07f3d..ffd587be2288 100644 --- a/lang/squeak-dev/Makefile +++ b/lang/squeak-dev/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 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 |