diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-06 16:09:28 +0200 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-06 16:09:28 +0200 |
commit | 764f28590e5bb735b25cb51243a07cee6a6fed5f (patch) | |
tree | 60e02e13f1178814ed5507e7a71418a4bb134fbe | |
parent | graphics/gimp[-app]: update to 2.10.24 release (diff) |
x11/virtualgl: enable on powerpc64
-rw-r--r-- | x11/virtualgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile index a0f033cc435a..ae40f9268f46 100644 --- a/x11/virtualgl/Makefile +++ b/x11/virtualgl/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libturbojpeg.so:graphics/libjpeg-turbo \ libxcb-keysyms.so:x11/xcb-util-keysyms -ONLY_FOR_ARCHS= amd64 i386 powerpc64le +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le CMAKE_INSTALL_PREFIX= ${LOCALBASE}/VirtualGL DOCSDIR= ${LOCALBASE}/VirtualGL/doc |