diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
commit | 7f080bba5c314201ac0e7493a70c708a62119718 (patch) | |
tree | 5908b2c6a15fe700fb65018c16e3e955b89158a2 /security/nettle/Makefile | |
parent | b9eff800a362ff4ad373058d05487ed2a9d27c6e (diff) | |
download | FreeBSD-ports-7f080bba5c314201ac0e7493a70c708a62119718.zip FreeBSD-ports-7f080bba5c314201ac0e7493a70c708a62119718.tar.gz |
libgmp3 -> libgmp4
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r-- | security/nettle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index fdd770f..44af4fe 100644 --- a/security/nettle/Makefile +++ b/security/nettle/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 |