svn commit: r491863 - head/lang/python2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 1 21:42:33 UTC 2019


Author: sunpoet
Date: Fri Feb  1 21:42:24 2019
New Revision: 491863
URL: https://svnweb.freebsd.org/changeset/ports/491863

Log:
  Add NO_ARCH

Modified:
  head/lang/python2/Makefile

Modified: head/lang/python2/Makefile
==============================================================================
--- head/lang/python2/Makefile	Fri Feb  1 21:42:19 2019	(r491862)
+++ head/lang/python2/Makefile	Fri Feb  1 21:42:24 2019	(r491863)
@@ -11,9 +11,11 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	The "meta-port" for version 2 of the Python interpreter
 
-USES=			python:run
-PYTHON_VERSION=		python${PYTHON2_DEFAULT}
-NO_BUILD=		yes
+USES=		python:run
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+PYTHON_VERSION=	python${PYTHON2_DEFAULT}
 
 PLIST_FILES=	bin/2to3-${PYTHON_MAJOR_VER} \
 		bin/idle${PYTHON_MAJOR_VER} \


More information about the svn-ports-all mailing list