diff options
Diffstat (limited to 'security/blst')
| -rw-r--r-- | security/blst/Makefile | 3 | ||||
| -rw-r--r-- | security/blst/files/libblst.pc.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/blst/Makefile b/security/blst/Makefile index 71b1b7156931..b9dda2691cc5 100644 --- a/security/blst/Makefile +++ b/security/blst/Makefile @@ -1,7 +1,7 @@ PORTNAME= blst DISTVERSIONPREFIX= v DISTVERSION= 0.3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MAINTAINER= arrowd@FreeBSD.org @@ -17,6 +17,7 @@ GH_ACCOUNT= supranational USE_LDCONFIG= yes SUB_FILES= libblst.pc +SUB_LIST= PORTVERSION=${PORTVERSION} do-build: cd ${WRKSRC} && ./build.sh -shared diff --git a/security/blst/files/libblst.pc.in b/security/blst/files/libblst.pc.in index 61ebd55a98bb..c87504eceba4 100644 --- a/security/blst/files/libblst.pc.in +++ b/security/blst/files/libblst.pc.in @@ -6,6 +6,6 @@ includedir=${prefix}/include/libblst Name: libblst Description: Multilingual BLS12-381 signature library URL: https://github.com/supranational/blst -Version: 0.3.11 +Version: %%PORTVERSION%% Cflags: -I${includedir} Libs: -L${libdir} -lblst |
