diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-18 16:20:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-18 16:20:50 +0800 |
commit | 7f080bba5c314201ac0e7493a70c708a62119718 (patch) | |
tree | 5908b2c6a15fe700fb65018c16e3e955b89158a2 /security/nettle2 | |
parent | b9eff800a362ff4ad373058d05487ed2a9d27c6e (diff) | |
download | freebsd-ports-gnome-7f080bba5c314201ac0e7493a70c708a62119718.tar.gz freebsd-ports-gnome-7f080bba5c314201ac0e7493a70c708a62119718.tar.zst freebsd-ports-gnome-7f080bba5c314201ac0e7493a70c708a62119718.zip |
libgmp3 -> libgmp4
Diffstat (limited to 'security/nettle2')
-rw-r--r-- | security/nettle2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile index fdd770f19bb9..44af4fec426c 100644 --- a/security/nettle2/Makefile +++ b/security/nettle2/Makefile @@ -8,13 +8,14 @@ PORTNAME= nettle PORTVERSION= 1.5 +PORTREVISIOIN= 1 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 +LIB_DEPENDS= gmp.5:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes GNU_CONFIGURE= yes |