diff options
author | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
commit | 8f8d88d9af78b5ddb076785e193049c2cda2326c (patch) | |
tree | 5ef6daf12ef326b71380f2b78790f29d0f1d8d1b /security/libecc | |
parent | fa4fbc6a9748619fd248a3f0a3360b80fa2af224 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |