Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 09:29:44 +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: r514444 - head/security/libtomcrypt
Message-ID:  <201910140929.x9E9Tiu0081575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Oct 14 09:29:44 2019
New Revision: 514444
URL: https://svnweb.freebsd.org/changeset/ports/514444

Log:
  security/libtomcrypt: lib-depend on libtommath
  
  PR:		241232
  Submitted by:	samm@os2.kiev.ua
  Differential Revision:	https://reviews.freebsd.org/D22015

Modified:
  head/security/libtomcrypt/Makefile

Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile	Mon Oct 14 09:15:25 2019	(r514443)
+++ head/security/libtomcrypt/Makefile	Mon Oct 14 09:29:44 2019	(r514444)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtomcrypt
 PORTVERSION=	1.18.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/libtom/${PORTNAME}/releases/download/v${PORTVERSION}/
 DISTNAME=	crypt-${PORTVERSION}
@@ -34,7 +34,7 @@ OPTIONS_DEFAULT=	LIBTOMMATH
 LIBTOMMATH_DESC=	Use LibTomMath
 TOMSFASTMATH_DESC=	Use TomsFastMath
 
-LIBTOMMATH_BUILD_DEPENDS=	${LOCALBASE}/include/tommath.h:math/libtommath
+LIBTOMMATH_LIB_DEPENDS=		libtommath.so:math/libtommath
 LIBTOMMATH_CFLAGS=		-DLTM_DESC
 LIBTOMMATH_VARS=		EXTRALIBS+=-ltommath
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910140929.x9E9Tiu0081575>