Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 21:42:29 +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: r491864 - head/lang/python3
Message-ID:  <201902012142.x11LgTSI014720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb  1 21:42:29 2019
New Revision: 491864
URL: https://svnweb.freebsd.org/changeset/ports/491864

Log:
  Add NO_ARCH

Modified:
  head/lang/python3/Makefile

Modified: head/lang/python3/Makefile
==============================================================================
--- head/lang/python3/Makefile	Fri Feb  1 21:42:24 2019	(r491863)
+++ head/lang/python3/Makefile	Fri Feb  1 21:42:29 2019	(r491864)
@@ -11,9 +11,11 @@ EXTRACT_ONLY=
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	The "meta-port" for version 3 of the Python interpreter
 
-USES=			python:run
-PYTHON_VERSION=		python${PYTHON3_DEFAULT}
-NO_BUILD=		yes
+USES=		python:run
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+PYTHON_VERSION=	python${PYTHON3_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.x11LgTSI014720>