diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 21:29:55 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 21:29:55 +0000 |
commit | fc8adcb563322dd2be83dd3f1964c0f0381c3219 (patch) | |
tree | bbaf4293718a9c34daaf04d3dfb0c6b8be69e3e6 /math | |
parent | 07e5f303677d796d29385580e843ceb3f6f614d2 (diff) | |
download | FreeBSD-ports-fc8adcb563322dd2be83dd3f1964c0f0381c3219.zip FreeBSD-ports-fc8adcb563322dd2be83dd3f1964c0f0381c3219.tar.gz |
Mark this port only for i386.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index afbe037..e76f958 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -3,7 +3,7 @@ # Date created: 19 January 1999 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # -# $Id:$ +# $Id: Makefile,v 1.6 1999/01/26 02:46:49 steve Exp $ # DISTNAME= pari-2.0.13.alpha @@ -14,6 +14,8 @@ MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ MAINTAINER= yoshiaki@kt.rim.or.jp +ONLY_FOR_ARCHS= i386 + HAS_CONFIGURE = Yes CONFIGURE_SCRIPT = Configure CONFIGURE_ARGS = --prefix=${PREFIX} |