aboutsummaryrefslogtreecommitdiff
path: root/security/libdecaf
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2020-09-24 17:53:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2020-09-24 17:53:08 +0000
commit49e5f4944a5f65f0090b5b78d475b59e05b6bfd3 (patch)
tree307c5a81e979cff075a59cc13a071c9bb1c9dcd0 /security/libdecaf
parentd46d9e64c9c731c4c7e4f2655804010b8d127c03 (diff)
downloadports-49e5f4944a5f65f0090b5b78d475b59e05b6bfd3.tar.gz
ports-49e5f4944a5f65f0090b5b78d475b59e05b6bfd3.zip
Deprecate python2 and move to python3
Reported by: swills
Notes
Notes: svn path=/head/; revision=549933
Diffstat (limited to 'security/libdecaf')
-rw-r--r--security/libdecaf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libdecaf/Makefile b/security/libdecaf/Makefile
index 317ad7606a25..582b6928b7ad 100644
--- a/security/libdecaf/Makefile
+++ b/security/libdecaf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libdecaf
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF/ed448goldilocks/
@@ -12,7 +12,7 @@ COMMENT= Implementation of elliptic curve cryptography
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake compiler:c++11-lang localbase:ldflags python:2.7 tar:tgz
+USES= cmake compiler:c++11-lang localbase:ldflags python tar:tgz
USE_LDCONFIG= yes
.include <bsd.port.mk>