diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-02-18 22:43:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-02-18 22:43:14 +0000 |
commit | 50b52031d571d133ba7973cbc9cdcd6042747acb (patch) | |
tree | 859aceaee8743ace17ca578ee31e91ce061c6d64 /security | |
parent | db07b451f29496dd7094b0e615e712353b960d13 (diff) | |
download | ports-50b52031d571d133ba7973cbc9cdcd6042747acb.tar.gz ports-50b52031d571d133ba7973cbc9cdcd6042747acb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libscep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libscep/Makefile b/security/libscep/Makefile index bfd50920eba9..aac66ce1c185 100644 --- a/security/libscep/Makefile +++ b/security/libscep/Makefile @@ -4,6 +4,7 @@ PORTNAME= libscep PORTVERSION= 0.08 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= svysh.fbsd@gmail.com @@ -21,13 +22,12 @@ RUN_DEPENDS= check>=0.12.0:devel/check \ uriparser>=0.9.1:net/uriparser USES= cmake:noninja gmake ssl pkgconfig libtool python:build,3.6+ -USE_LDCONFIG= yes -USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= openxpki +USE_LDCONFIG= yes -CMAKE_OFF= BUILD_CLI CMAKE_ARGS+= -DCHECK_INSTALL_DIR=${PREFIX} +CMAKE_OFF= BUILD_CLI PLIST_FILES= include/scep.h \ lib/libscep.so \ |