aboutsummaryrefslogtreecommitdiffstats
path: root/security/libecc
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-05-10 22:46:47 +0800
committerale <ale@FreeBSD.org>2006-05-10 22:46:47 +0800
commita9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch)
treea872f7f5dad6b2911b6a2ff03ccc48962757a279 /security/libecc
parentaf806c34824bed7d96a2904d8c7a36813055da87 (diff)
downloadfreebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz
freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.zst
freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'security/libecc')
-rw-r--r--security/libecc/Makefile3
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