diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 18:55:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 18:55:31 +0800 |
commit | bef2589937e47a0001e2a11adc04f27cea6af76c (patch) | |
tree | 5acd9fd4b800974441dd8796dfe99ba230600bfc /lang | |
parent | dcd875e6d23ee2e9cf80190618e8c61165c8b6d0 (diff) | |
download | freebsd-ports-gnome-bef2589937e47a0001e2a11adc04f27cea6af76c.tar.gz freebsd-ports-gnome-bef2589937e47a0001e2a11adc04f27cea6af76c.tar.zst freebsd-ports-gnome-bef2589937e47a0001e2a11adc04f27cea6af76c.zip |
ONLY_FOR_ARCHS=i386
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cli/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cli/Makefile b/lang/cli/Makefile index a0d64a91a0a5..79cd84c8bd3d 100644 --- a/lang/cli/Makefile +++ b/lang/cli/Makefile @@ -18,6 +18,7 @@ COMMENT= An implementation of the ECMA CLI and the ECMA C\# language WRKSRC= ${WRKDIR}/sscli RESTRICTED= "license terms need to be reviewed" +ONLY_FOR_ARCHS= i386 BROKEN= "Does not compile" |