diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-01 09:50:03 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-01 09:50:03 +0000 |
commit | 406da6b0efad1579ad8c89dd751a9654d0bf5028 (patch) | |
tree | d6ea5ae49083bb4a5c7c233a9abd8763f526ef61 /math | |
parent | Add CONFLICTS. (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=83972
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 0798b07a16c6..87c72b221b6b 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 \ |