diff options
author | vs <vs@FreeBSD.org> | 2004-05-24 16:41:15 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-24 16:41:15 +0800 |
commit | 60b68f850aa7df0c47a95ec433dfdc2c85ebbb22 (patch) | |
tree | 33af08cb83461a803aa0644b7680dd6d287fae5f /lang | |
parent | 669956d463d7a1b8fa617c01c5a6ae1a0d2857ee (diff) | |
download | freebsd-ports-gnome-60b68f850aa7df0c47a95ec433dfdc2c85ebbb22.tar.gz freebsd-ports-gnome-60b68f850aa7df0c47a95ec433dfdc2c85ebbb22.tar.zst freebsd-ports-gnome-60b68f850aa7df0c47a95ec433dfdc2c85ebbb22.zip |
Note that sparc64 isn't supported.
PR: ports/67112
Submitted by: Chris Burkert (maintainer)
Diffstat (limited to 'lang')
-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 |