svn commit: r477463 - head/devel/nuitka

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 18 00:14:20 UTC 2018


Author: sunpoet
Date: Sat Aug 18 00:14:18 2018
New Revision: 477463
URL: https://svnweb.freebsd.org/changeset/ports/477463

Log:
  Use PYTHON_PKGNAMESUFFIX instead of USE_PYTHON=optsuffix

Modified:
  head/devel/nuitka/Makefile

Modified: head/devel/nuitka/Makefile
==============================================================================
--- head/devel/nuitka/Makefile	Sat Aug 18 00:14:13 2018	(r477462)
+++ head/devel/nuitka/Makefile	Sat Aug 18 00:14:18 2018	(r477463)
@@ -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 at 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>


More information about the svn-ports-head mailing list