From b240421b3cdb1069c2035a1a17044fbda404bb57 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Aug 2018 00:14:18 +0000 Subject: [PATCH] Use PYTHON_PKGNAMESUFFIX instead of USE_PYTHON=optsuffix --- devel/nuitka/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/nuitka/Makefile b/devel/nuitka/Makefile index ff7c2e26bd0f..1e43da3ecbf7 100644 --- a/devel/nuitka/Makefile +++ b/devel/nuitka/Makefile @@ -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