svn commit: r491864 - head/lang/python3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 1 21:42:37 UTC 2019
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 at 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} \
More information about the svn-ports-head
mailing list