security/libtomcrypt: fix dependencies

This commit is contained in:
Pietro Cerutti 2017-09-27 16:06:31 +00:00
parent aaf79fb706
commit 7aa2743703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450764

View File

@ -35,9 +35,9 @@ LIBTOMMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tommath.h:math/libtommath
LIBTOMMATH_CFLAGS= -DLTM_DESC
LIBTOMMATH_VARS= EXTRALIBS+=-ltommath
LIBTOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath
LIBTOMSFASTMATH_CFLAGS= -DTFM_DESC
LIBTOMSFASTMATH_VARS= EXTRALIBS+=-ltfm
TOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath
TOMSFASTMATH_CFLAGS= -DTFM_DESC
TOMSFASTMATH_VARS= EXTRALIBS+=-ltfm
GMP_LIB_DEPENDS= libgmp.so:math/gmp
GMP_CFLAGS= -DGMP_DESC