diff options
author | netchild <netchild@FreeBSD.org> | 2003-07-01 09:50:03 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-07-01 09:50:03 +0000 |
commit | 51dcc43224b3afb9b911b4c0d723d9d068337b08 (patch) | |
tree | edd47c07ba40ffef380fbf7b1f9ec94eac50031f /math | |
parent | eb35f185758abc69cee36b27b61bc808afa24cc4 (diff) | |
download | FreeBSD-ports-51dcc43224b3afb9b911b4c0d723d9d068337b08.zip FreeBSD-ports-51dcc43224b3afb9b911b4c0d723d9d068337b08.tar.gz |
- add CONFLICTS
- build only for alpha and i386
sparc64: may compile with some fixes, but has bugs in the assembly code
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/libgmp-freebsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libgmp-freebsd/Makefile b/math/libgmp-freebsd/Makefile index 0798b07..87c72b2 100644 --- a/math/libgmp-freebsd/Makefile +++ b/math/libgmp-freebsd/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A library for arbitrary precision arithmetic +CONFLICTS= libgmp-4* +ONLY_FOR_ARCHS= alpha i386 USE_BZIP2= yes INSTALLS_SHLIB= yes MAKE_FLAGS= INCDIR=${PREFIX}/include \ |