diff options
author | ale <ale@FreeBSD.org> | 2010-01-19 19:21:06 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-19 19:21:06 +0800 |
commit | fb7eca5406e03e980cee2dcc33fe2385a3c79959 (patch) | |
tree | dda10085955fbe9ffb0c8647c23ede108bba303e /math/libgmp4 | |
parent | f993266fe9d03be1f9145fe00e5783457fdb37b0 (diff) | |
download | freebsd-ports-gnome-fb7eca5406e03e980cee2dcc33fe2385a3c79959.tar.gz freebsd-ports-gnome-fb7eca5406e03e980cee2dcc33fe2385a3c79959.tar.zst freebsd-ports-gnome-fb7eca5406e03e980cee2dcc33fe2385a3c79959.zip |
Update CONFLICTS.
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 |