summaryrefslogtreecommitdiff
path: root/lang/gnat-aux
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:29:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:29:51 +0000
commit9dbc4a83eee08979f0e874022616e364fa476aba (patch)
tree05fab7cbab90c9274778f6b129f83d7355897eab /lang/gnat-aux
parentDoes not compile on sparc64: thread-local storage not supported. (diff)
Spell ONLY_FOR_ARCHS correctly.
Notes
Notes: svn path=/head/; revision=277776
Diffstat (limited to 'lang/gnat-aux')
-rw-r--r--lang/gnat-aux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile
index 09ca0540b79b..ff5d2f2c0a7c 100644
--- a/lang/gnat-aux/Makefile
+++ b/lang/gnat-aux/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr
LIB_DEPENDS+= mpc.2:${PORTSDIR}/math/mpc
-ONLY_FOR_ARCHES= i386 amd64
+ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
USE_GMAKE= yes