From 6258613c3c402b1d7b5730e8a607d26dbb258755 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 Apr 2010 10:43:42 +0000 Subject: Switch to use newer GMP version. PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) --- security/libtomcrypt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/libtomcrypt') diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 85fb20cc8f87..9ccf1da7d546 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtomcrypt PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://libtom.org/files/ \ http://www.atarininja.org/~wxs/distfiles/ @@ -48,7 +49,7 @@ CFLAGS+= -DTFM_DESC .endif .if defined(WITH_GMP) -BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/gmp CFLAGS+= -DGMP_DESC .endif -- cgit