aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-PyOpenGL
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:18 +0000
commit681c71fed83e73991efd171e6acf6bced45c4941 (patch)
tree2b658908a94014de369e6d4d864340a2b5f0a457 /graphics/py-PyOpenGL
parent17e3d031caa9450bd7f3afab88f271dceb49cd0a (diff)
downloadports-681c71fed83e73991efd171e6acf6bced45c4941.tar.gz
ports-681c71fed83e73991efd171e6acf6bced45c4941.zip
graphics/py-PyOpenGL: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/py-PyOpenGL')
-rw-r--r--graphics/py-PyOpenGL/Makefile2
1 files changed, 2 insertions, 0 deletions
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