svn commit: r450764 - head/security/libtomcrypt

Pietro Cerutti gahr at FreeBSD.org
Wed Sep 27 16:06:32 UTC 2017


Author: gahr
Date: Wed Sep 27 16:06:31 2017
New Revision: 450764
URL: https://svnweb.freebsd.org/changeset/ports/450764

Log:
  security/libtomcrypt: fix dependencies

Modified:
  head/security/libtomcrypt/Makefile

Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile	Wed Sep 27 16:00:42 2017	(r450763)
+++ head/security/libtomcrypt/Makefile	Wed Sep 27 16:06:31 2017	(r450764)
@@ -35,9 +35,9 @@ LIBTOMMATH_BUILD_DEPENDS=	${LOCALBASE}/include/tommath
 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


More information about the svn-ports-all mailing list