aboutsummaryrefslogtreecommitdiffstats
path: root/security/libtomcrypt
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-04-19 18:43:42 +0800
committerale <ale@FreeBSD.org>2010-04-19 18:43:42 +0800
commit6258613c3c402b1d7b5730e8a607d26dbb258755 (patch)
treefad3dbf503818032309e7103e30c646b5b51fdb7 /security/libtomcrypt
parentdfb5167da9e4fc0c1a6e54c5bc4678fc695d9571 (diff)
downloadfreebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.gz
freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.zst
freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.zip
Switch to use newer GMP version.
PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r--security/libtomcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
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