aboutsummaryrefslogtreecommitdiff
path: root/security/libtomcrypt
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2019-10-14 09:29:44 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2019-10-14 09:29:44 +0000
commit717469bc373f2bc699aa32a687e2fed68c5847cb (patch)
treeb58e8d6f6b5dfcd98d4df6e6689c99132e05c5c5 /security/libtomcrypt
parent0703a2577dcd26727201dc2c13a9aa42f00f23b9 (diff)
downloadports-717469bc373f2bc699aa32a687e2fed68c5847cb.tar.gz
ports-717469bc373f2bc699aa32a687e2fed68c5847cb.zip
security/libtomcrypt: lib-depend on libtommath
PR: 241232 Submitted by: samm@os2.kiev.ua Differential Revision: https://reviews.freebsd.org/D22015
Notes
Notes: svn path=/head/; revision=514444
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r--security/libtomcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index 119c75584130..aa108e2c7d58 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libtomcrypt
PORTVERSION= 1.18.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/libtom/${PORTNAME}/releases/download/v${PORTVERSION}/
DISTNAME= crypt-${PORTVERSION}
@@ -34,7 +34,7 @@ OPTIONS_DEFAULT= LIBTOMMATH
LIBTOMMATH_DESC= Use LibTomMath
TOMSFASTMATH_DESC= Use TomsFastMath
-LIBTOMMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tommath.h:math/libtommath
+LIBTOMMATH_LIB_DEPENDS= libtommath.so:math/libtommath
LIBTOMMATH_CFLAGS= -DLTM_DESC
LIBTOMMATH_VARS= EXTRALIBS+=-ltommath