Index: head/security/libtomcrypt/Makefile =================================================================== --- head/security/libtomcrypt/Makefile +++ head/security/libtomcrypt/Makefile @@ -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 @@ 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