diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-25 07:09:44 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-25 07:09:44 +0000 |
commit | 2263b9f9c7e099d46043b756d57a4e396f0eac7d (patch) | |
tree | f8e0e341715d1c9abac215986bd949ed85bb584a /math/cln | |
parent | 39235f6b74307353dd43f65396a653ea514295ca (diff) | |
download | FreeBSD-ports-2263b9f9c7e099d46043b756d57a4e396f0eac7d.zip FreeBSD-ports-2263b9f9c7e099d46043b756d57a4e396f0eac7d.tar.gz |
bump libgmp4 libversion
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 621a504..371c165 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes CFLAGS+= -I${LOCALBASE}/include |