diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2009-07-19 09:43:00 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2009-07-19 09:43:00 +0000 |
commit | f302233fc06c69a0636ce85162736ed8003f508a (patch) | |
tree | df6c9861ef9ed1e8063a182c3d90c8eb5e662e26 | |
parent | 6cf2c7e50c4384370c10069502df9ef9a9cd3a8c (diff) | |
download | ports-f302233fc06c69a0636ce85162736ed8003f508a.tar.gz ports-f302233fc06c69a0636ce85162736ed8003f508a.zip |
Mark this as only for i386.
Noticed by: mark at coreland dot ath dot cx
Notes
Notes:
svn path=/head/; revision=238045
-rw-r--r-- | lang/gnat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index ffad96101c30..216e7a0ddea1 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -26,6 +26,8 @@ COMMENT= The GNU Ada Compiler system LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ mpfr.3:${PORTSDIR}/math/mpfr +ONLY_FOR_ARCHS= i386 + USE_GMAKE= yes USE_BISON= build USE_ICONV= yes |