diff options
author | naddy <naddy@FreeBSD.org> | 2002-11-12 21:27:12 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-11-12 21:27:12 +0000 |
commit | 4343186182ec92f8c868ed169146759e0bc6ed3d (patch) | |
tree | 1463ba39c9576a374af7cc28ed748d1981467720 /math/pari/Makefile | |
parent | 587b23a1232bc253f7dfcf90fcf9c348a5634151 (diff) | |
download | FreeBSD-ports-4343186182ec92f8c868ed169146759e0bc6ed3d.zip FreeBSD-ports-4343186182ec92f8c868ed169146759e0bc6ed3d.tar.gz |
Fix platform detection for non-i386 case.
Build successfully tested on alpha.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index f0fdf0e..237ce42 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \ MAINTAINER= yoshiaki@kt.rim.or.jp -ONLY_FOR_ARCHS= i386 - INSTALLS_SHLIB= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |