aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-11-16 14:39:40 +0800
committerBoris Samorodov <bsam@FreeBSD.org>2009-11-16 14:39:40 +0800
commit634be3b5520373bdc8e4ff83a003b1f548b12d25 (patch)
treed2b4c14be8b5fef96b6d3346ef9475f45cd3309a /graphics
parentc669391657b7c2a88b838d40600f0c70937042af (diff)
downloadfreebsd-ports-gnome-634be3b5520373bdc8e4ff83a003b1f548b12d25.tar.gz
freebsd-ports-gnome-634be3b5520373bdc8e4ff83a003b1f548b12d25.tar.zst
freebsd-ports-gnome-634be3b5520373bdc8e4ff83a003b1f548b12d25.zip
Switch to using USE_LINUX_APPS+=libglu instead of RUN_DEPENDS for nvidia users.
With hat: emulation@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/linux-ac3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-ac3d/Makefile b/graphics/linux-ac3d/Makefile
index 0363f93df954..44802964ba7d 100644
--- a/graphics/linux-ac3d/Makefile
+++ b/graphics/linux-ac3d/Makefile
@@ -19,8 +19,8 @@ MAINTAINER= hernan.di.pietro@gmail.com
COMMENT= Easy to use and powerful 3D graphics modeller (trial version)
.ifdef(WITH_NVIDIA_GL)
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \
- ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
+RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+USE_LINUX_APPS+=libglu
.else
USE_LINUX_APPS+=dri
.endif