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/ntl | |
parent | 39235f6b74307353dd43f65396a653ea514295ca (diff) | |
download | FreeBSD-ports-2263b9f9c7e099d46043b756d57a4e396f0eac7d.zip FreeBSD-ports-2263b9f9c7e099d46043b756d57a4e396f0eac7d.tar.gz |
bump libgmp4 libversion
Diffstat (limited to 'math/ntl')
-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 9cab5bb0..e0bb93a 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}" \ |