svn commit: r397349 - head/x11/virtualgl

Jan Beich jbeich at FreeBSD.org
Sun Sep 20 01:13:15 UTC 2015


Author: jbeich
Date: Sun Sep 20 01:13:14 2015
New Revision: 397349
URL: https://svnweb.freebsd.org/changeset/ports/397349

Log:
  x11/virtualgl: minor cleanup
  
  - Convert to USE_GL
  - Convert to USE_XORG
  
  Approved by:	portmgr blanket

Modified:
  head/x11/virtualgl/Makefile   (contents, props changed)

Modified: head/x11/virtualgl/Makefile
==============================================================================
--- head/x11/virtualgl/Makefile	Sun Sep 20 01:13:01 2015	(r397348)
+++ head/x11/virtualgl/Makefile	Sun Sep 20 01:13:14 2015	(r397349)
@@ -11,20 +11,8 @@ DISTNAME=	VirtualGL-${PORTVERSION}
 MAINTAINER=	davidjx8p at gmail.com
 COMMENT=	Redirects commands from an OpenGL app to another X server
 
-LIB_DEPENDS=	libGLU.so:${PORTSDIR}/graphics/libGLU \
-		libX11.so:${PORTSDIR}/x11/libX11 \
-		libXext.so:${PORTSDIR}/x11/libXext \
-		libXdamage.so:${PORTSDIR}/x11/libXdamage \
-		libXfixes.so:${PORTSDIR}/x11/libXfixes \
-		libX11-xcb.so:${PORTSDIR}/x11/libX11 \
-		libxcb-glx.so:${PORTSDIR}/x11/libxcb \
-		libxcb-dri2.so:${PORTSDIR}/x11/libxcb \
-		libxcb.so:${PORTSDIR}/x11/libxcb \
-		libXxf86vm.so:${PORTSDIR}/x11/libXxf86vm \
-		libdrm.so:${PORTSDIR}/graphics/libdrm \
+LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm \
 		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
-		libXau.so:${PORTSDIR}/x11/libXau \
-		libXdmcp.so:${PORTSDIR}/x11/libXdmcp \
 		libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
 
 # due to the libjpeg-turbo requirement
@@ -34,6 +22,8 @@ CMAKE_INSTALL_PREFIX=	${LOCALBASE}/Virtu
 DOCSDIR=	${LOCALBASE}/VirtualGL/doc
 
 USES=		cmake
+USE_GL=		glu
+USE_XORG=	x11 xau xcb xdamage xdmcp xext xfixes xxf86vm
 CMAKE_ARGS=	-DTJPEG_INCLUDE_DIR=${LOCALBASE}/include -DTJPEG_LIBRARY=${LOCALBASE}/lib/libturbojpeg.so
 USE_LDCONFIG=	${PREFIX}/VirtualGL/fakelib ${PREFIX}/VirtualGL/lib
 


More information about the svn-ports-head mailing list