diff options
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 \ |