diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-26 09:02:16 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-26 09:02:16 +0800 |
commit | 95c599d5d3dfbd7b49be7163e0fd9452d37c4943 (patch) | |
tree | 34faf088f555abc3db11686943db83bd43c45fa0 /lang | |
parent | 841816eedc8ccdadc05c0f6bd06be275af17b513 (diff) | |
download | freebsd-ports-gnome-95c599d5d3dfbd7b49be7163e0fd9452d37c4943.tar.gz freebsd-ports-gnome-95c599d5d3dfbd7b49be7163e0fd9452d37c4943.tar.zst freebsd-ports-gnome-95c599d5d3dfbd7b49be7163e0fd9452d37c4943.zip |
Mark as i386-only.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 2ae441690b50..67826ab64910 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -17,6 +17,7 @@ DISTNAME= cmucl-18d-x86-FreeBSD MAINTAINER= cracauer@cons.org COMMENT= The CMU implementation of Common Lisp +ONLY_FOR_ARCHS= i386 USE_BZIP2= YES NO_WRKSUBDIR= yes NO_BUILD= yes |