diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-15 08:41:24 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-15 08:41:24 +0000 |
commit | 8dbfba4e8e2ba08f80fc275e5dc6b0f4a91c2763 (patch) | |
tree | fa9f16d99b217009a323abcb1b23c909c4c4812d /x11 | |
parent | multimedia/zoneminder: enable on powerpc (diff) |
x11/virtualgl: enable on armv7 and powerpc
Diffstat (limited to 'x11')
-rw-r--r-- | x11/virtualgl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile index 4adab13a3216..6acfcd9710b6 100644 --- a/x11/virtualgl/Makefile +++ b/x11/virtualgl/Makefile @@ -14,7 +14,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 powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le CMAKE_INSTALL_PREFIX= ${LOCALBASE}/VirtualGL DOCSDIR= ${LOCALBASE}/VirtualGL/doc @@ -46,7 +46,7 @@ XVIDEO_USE= XORG=xv .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" +.if ${ARCH} == "armv7" || ${ARCH} == "i386" || ${ARCH} == "powerpc" PLIST_SUB+= I386="" PLIST_SUB+= AMD64="@comment " .else |