diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-19 11:21:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-19 11:21:06 +0000 |
commit | 421477eacc3ffe1008db0f72111d33c66debbb2b (patch) | |
tree | 5b2267a2930bf61785a1bb52d7e363d5ea3d8285 /math/libgmp4 | |
parent | 663e9a18677f6139248bed1c26a295da7d26320b (diff) |
Notes
Diffstat (limited to 'math/libgmp4')
-rw-r--r-- | math/libgmp4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index d29c185298ed..274993176507 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -16,6 +16,8 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic +CONFLICTS= gmp-5.* + USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes |