Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 21:42:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491863 - head/lang/python2
Message-ID:  <201902012142.x11LgOFH014611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902012142.x11LgOFH014611>