mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
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:
parent
0703a2577d
commit
717469bc37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514444
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue