security/libtomcrypt: lib-depend on libtommath

PR:		241232
Submitted by:	samm@os2.kiev.ua
Differential Revision:	https://reviews.freebsd.org/D22015
This commit is contained in:
Pietro Cerutti 2019-10-14 09:29:44 +00:00
parent 0703a2577d
commit 717469bc37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514444

View file

@ -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