aboutsummaryrefslogtreecommitdiff
path: root/security/libtomcrypt
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2017-09-27 16:06:31 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2017-09-27 16:06:31 +0000
commit7aa2743703371b5ec7378f7193ef8099c1e51cf2 (patch)
tree9de5f37fbf9fbc0f0b2d188871af256063d1cf2c /security/libtomcrypt
parentaaf79fb706418028e44f3eef67b3438df724692e (diff)
downloadports-7aa2743703371b5ec7378f7193ef8099c1e51cf2.tar.gz
ports-7aa2743703371b5ec7378f7193ef8099c1e51cf2.zip
security/libtomcrypt: fix dependencies
Notes
Notes: svn path=/head/; revision=450764
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r--security/libtomcrypt/Makefile6
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