git: 681c71fed83e - main - graphics/py-PyOpenGL: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=681c71fed83e73991efd171e6acf6bced45c4941
commit 681c71fed83e73991efd171e6acf6bced45c4941
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 16:07:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 16:07:18 +0000
graphics/py-PyOpenGL: Add NO_ARCH
Approved by: portmgr (blanket)
---
graphics/py-PyOpenGL/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/py-PyOpenGL/Makefile b/graphics/py-PyOpenGL/Makefile
index cd120f55a3bd..11ba57752397 100644
--- a/graphics/py-PyOpenGL/Makefile
+++ b/graphics/py-PyOpenGL/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS= ${PYNUMPY} \
RUN_DEPENDS= ${PYNUMPY} \
${PY_PILLOW}
+NO_ARCH= yes
+
OPTIONS_DEFINE= TKINTER
OPTIONS_DEFAULT= TKINTER
TKINTER_DESC= Build with tkinter for X support