aboutsummaryrefslogtreecommitdiffstats
path: root/security/libecc
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-05-13 17:46:02 +0800
committerale <ale@FreeBSD.org>2009-05-13 17:46:02 +0800
commit8f8d88d9af78b5ddb076785e193049c2cda2326c (patch)
tree5ef6daf12ef326b71380f2b78790f29d0f1d8d1b /security/libecc
parentfa4fbc6a9748619fd248a3f0a3360b80fa2af224 (diff)
downloadfreebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.gz
freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.zst
freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.zip
Chase libgmp 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 e821b5b54565..9b094e937f84 100644
--- a/security/libecc/Makefile
+++ b/security/libecc/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libecc
PORTVERSION= 0.12.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= johans@stack.nl
COMMENT= C++ Elliptic Curve Library
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
USE_LDCONFIG= yes