diff options
Diffstat (limited to 'security/libecc/Makefile')
-rw-r--r-- | security/libecc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libecc/Makefile b/security/libecc/Makefile index eb0e256065ca..890c7e240d42 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -8,6 +8,7 @@ PORTNAME= libecc PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= C++ Elliptic Curve Library -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GCC= 3.3+ GNU_CONFIGURE= yes |