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/ntl/Makefile | |
parent | 39235f6b74307353dd43f65396a653ea514295ca (diff) | |
download | freebsd-ports-gnome-2263b9f9c7e099d46043b756d57a4e396f0eac7d.tar.gz freebsd-ports-gnome-2263b9f9c7e099d46043b756d57a4e396f0eac7d.tar.zst freebsd-ports-gnome-2263b9f9c7e099d46043b756d57a4e396f0eac7d.zip |
bump libgmp4 libversion
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r-- | math/ntl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 9cab5bb01da9..e0bb93a0ffb4 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}" \ |