diff options
Diffstat (limited to 'math/libgmp4/Makefile')
-rw-r--r-- | math/libgmp4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index 274993176507..2210ff36a7b4 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -16,7 +16,10 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -CONFLICTS= gmp-5.* +CONFLICTS= gmp-5.* + +DEPRECATED= Use math/gmp instead. +EXPIRATION_DATE= 2010-04-30 USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 |