diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-24 08:41:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-24 08:41:15 +0000 |
commit | a264d40931fb08864d59e6d3ffb39b84b4918a14 (patch) | |
tree | 1ab97b87cd84d4be98011c18229eeff6c7941a30 /lang/squeak3/Makefile | |
parent | Add dependency and fix build on bento. (diff) |
Note that sparc64 isn't supported.
PR: ports/67112
Submitted by: Chris Burkert (maintainer)
Notes
Notes:
svn path=/head/; revision=109840
Diffstat (limited to '')
-rw-r--r-- | lang/squeak3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index 8259ed569c45..afd0026097ca 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -33,7 +33,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_XLIB= yes USE_GMAKE= yes |