mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Deprecate python2 and move to python3
Reported by: swills
This commit is contained in:
parent
d46d9e64c9
commit
49e5f4944a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549933
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user