diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-25 15:09:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-25 15:09:44 +0800 |
commit | 2263b9f9c7e099d46043b756d57a4e396f0eac7d (patch) | |
tree | f8e0e341715d1c9abac215986bd949ed85bb584a /math | |
parent | 39235f6b74307353dd43f65396a653ea514295ca (diff) | |
download | freebsd-ports-graphics-2263b9f9c7e099d46043b756d57a4e396f0eac7d.tar.gz freebsd-ports-graphics-2263b9f9c7e099d46043b756d57a4e396f0eac7d.tar.zst freebsd-ports-graphics-2263b9f9c7e099d46043b756d57a4e396f0eac7d.zip |
bump libgmp4 libversion
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 2 | ||||
-rw-r--r-- | math/ntl/Makefile | 2 | ||||
-rw-r--r-- | math/surf/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 621a504b501..371c16567e6 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 diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 9cab5bb01da..e0bb93a0ffb 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.shoup.net/ntl/ MAINTAINER= matthiasb@acm.org -LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 HAS_CONFIGURE= yes CONFIGURE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ diff --git a/math/surf/Makefile b/math/surf/Makefile index e3507975444..ff6e2fd2aed 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.5:${PORTSDIR}/math/libgmp4 + gmp.6:${PORTSDIR}/math/libgmp4 USE_GTK= yes USE_NEWGCC= yes |