git: a7962754f68c - main - x11/virtualgl: enable on powerpc64le
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Apr 6 12:26:09 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a7962754f68c55f7fd1042021177eba215ff1540
commit a7962754f68c55f7fd1042021177eba215ff1540
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 12:26:51 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 12:26:51 +0000
x11/virtualgl: enable on powerpc64le
---
x11/virtualgl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile
index 4afd91115913..a0f033cc435a 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
+ONLY_FOR_ARCHS= amd64 i386 powerpc64le
CMAKE_INSTALL_PREFIX= ${LOCALBASE}/VirtualGL
DOCSDIR= ${LOCALBASE}/VirtualGL/doc
More information about the dev-commits-ports-all
mailing list