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 /security/nettle | |
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 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 44af4fec426c..e6c13bb931da 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes GNU_CONFIGURE= yes |