diff options
author | gahr <gahr@FreeBSD.org> | 2017-09-28 00:06:31 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:37:19 +0800 |
commit | bfd0726cbb8cf7c06c99d20a5f2c3f07994b9be5 (patch) | |
tree | 4c07f972b083571e5d8d3cccd8ac2a3fb0ce7539 /security | |
parent | 1146c0cc91a4f5b5d93f7c12f55dae15e5b3e252 (diff) | |
download | freebsd-ports-gnome-bfd0726cbb8cf7c06c99d20a5f2c3f07994b9be5.tar.gz freebsd-ports-gnome-bfd0726cbb8cf7c06c99d20a5f2c3f07994b9be5.tar.zst freebsd-ports-gnome-bfd0726cbb8cf7c06c99d20a5f2c3f07994b9be5.zip |
security/libtomcrypt: fix dependencies
Diffstat (limited to 'security')
-rw-r--r-- | security/libtomcrypt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 124dda1e87f9..5356cad08d75 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -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 |