aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux-c6
diff options
context:
space:
mode:
authorxmj <xmj@FreeBSD.org>2014-10-07 17:07:33 +0800
committerxmj <xmj@FreeBSD.org>2014-10-07 17:07:33 +0800
commit1ba8773ce033380dbcf1b134ba9ad9b3b1383847 (patch)
tree0f5ab3febd0409f30efc9d9b7864e1dec7c3fbc5 /emulators/linux-c6
parent4a9a516610d7654a7c510f8ddcc6c4bc4b233e04 (diff)
downloadfreebsd-ports-gnome-1ba8773ce033380dbcf1b134ba9ad9b3b1383847.tar.gz
freebsd-ports-gnome-1ba8773ce033380dbcf1b134ba9ad9b3b1383847.tar.zst
freebsd-ports-gnome-1ba8773ce033380dbcf1b134ba9ad9b3b1383847.zip
graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLU
Add port of CentOS 6.5's libGLU library. This allows several games to be used with the new CentOS ports. While here: - Add c6 libglu to Mk/bsd.linux-apps.mk - Add to emulators/linux-c6 as dependency, bump PORTREVISION Differential Revision: https://reviews.freebsd.org/D841 Approved by: swills (mentor) Approved by: portmgr (bapt)
Diffstat (limited to 'emulators/linux-c6')
-rw-r--r--emulators/linux-c6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile
index b84ac3f92a9c..63e4e469581f 100644
--- a/emulators/linux-c6/Makefile
+++ b/emulators/linux-c6/Makefile
@@ -3,6 +3,7 @@
PORTNAME= linux-c6
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= emulators linux
MASTER_SITES= # none
DISTFILES= # none
@@ -90,7 +91,8 @@ RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \
OPTIONS_DEFINE= NVIDIA_GL
NVIDIA_GL_DESC= Use GL driver from nvidia-driver
-NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \
+ linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU
NVIDIA_GL_RUN_DEPENDS_OFF= linux-c6-dri>0:${PORTSDIR}/graphics/linux-c6-dri
.include <bsd.port.mk>