Use PYTHON_PKGNAMESUFFIX instead of USE_PYTHON=optsuffix
This commit is contained in:
parent
3cd02ce839
commit
b240421b3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477463
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ PORTVERSION= 0.5.32.5
|
|||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://nuitka.net/releases/
|
||||
DISTNAME= Nuitka-${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Compatible and efficient Python compiler
|
||||
|
@ -14,6 +15,6 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python tar:bzip2
|
||||
USE_PYTHON= autoplist concurrent distutils optsuffix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue