Date: Wed, 27 Sep 2017 16:06:31 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450764 - head/security/libtomcrypt Message-ID: <201709271606.v8RG6VSV028572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271606.v8RG6VSV028572>