diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:29:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:29:55 +0000 |
commit | 0133f4e08feb359c292e895af92f044a370e5cfa (patch) | |
tree | 29afe9e73d4b7e3b7ff60657ecbf155a915b88db | |
parent | a512a9f2362f5b91cde0118f8d78885a1dd228ac (diff) | |
download | freebsd-ports-0133f4e08feb359c292e895af92f044a370e5cfa.zip |
Mark this port only for i386.
-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 afbe037a1956..e76f9585bac6 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} |