svn commit: r514444 - head/security/libtomcrypt

Pietro Cerutti gahr at FreeBSD.org
Mon Oct 14 09:29:45 UTC 2019


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 at 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
 


More information about the svn-ports-head mailing list