From 634be3b5520373bdc8e4ff83a003b1f548b12d25 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Mon, 16 Nov 2009 06:39:40 +0000 Subject: Switch to using USE_LINUX_APPS+=libglu instead of RUN_DEPENDS for nvidia users. With hat: emulation@ --- graphics/linux-ac3d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') 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 -- cgit