diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-18 08:20:50 +0000 |
commit | 74674683976e0f574cb2ce434853ca403b034c81 (patch) | |
tree | e2210cb0b150421505fcaa653331e35356f0c8ef /security/nettle2 | |
parent | 3d510485e53d7e2ad78c00305f4e230e9feff5c7 (diff) | |
download | ports-74674683976e0f574cb2ce434853ca403b034c81.tar.gz ports-74674683976e0f574cb2ce434853ca403b034c81.zip |
libgmp3 -> libgmp4
Notes
Notes:
svn path=/head/; revision=57844
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 |