diff options
author | kris <kris@FreeBSD.org> | 2005-10-22 03:41:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-22 03:41:07 +0800 |
commit | bb25e62fe450971741bde37ba14414312a9f30e3 (patch) | |
tree | 0a3a7899cebe6a7aeadeb2c2795c4ab9c2b2cb7f /lang/gcl | |
parent | 74e5f92a01d49c2053745775c7282dfcedac1d72 (diff) | |
download | freebsd-ports-gnome-bb25e62fe450971741bde37ba14414312a9f30e3.tar.gz freebsd-ports-gnome-bb25e62fe450971741bde37ba14414312a9f30e3.tar.zst freebsd-ports-gnome-bb25e62fe450971741bde37ba14414312a9f30e3.zip |
Remove sparc64 from supported arch list; afaik this port has never
built on sparc64 because it seems to go into an infinite loop at build time.
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 0ce7e7b382ed..7d9badd8d7e3 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -17,7 +17,7 @@ COMMENT= GNU Common Lisp LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 -ONLY_FOR_ARCHS= i386 sparc64 +ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_AUTOCONF_VER= 259 |