diff options
author | bsam <bsam@FreeBSD.org> | 2009-11-16 14:39:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-11-16 14:39:40 +0800 |
commit | 39c14033af3864ec4ae4b47e882624e125ff504f (patch) | |
tree | 074c6134862252c7a4476fbe3902c01ca8c0c170 | |
parent | e7f78a4cd1f69e21698d051c99e7fdeb922eabc9 (diff) | |
download | freebsd-ports-gnome-39c14033af3864ec4ae4b47e882624e125ff504f.tar.gz freebsd-ports-gnome-39c14033af3864ec4ae4b47e882624e125ff504f.tar.zst freebsd-ports-gnome-39c14033af3864ec4ae4b47e882624e125ff504f.zip |
Switch to using USE_LINUX_APPS+=libglu instead of RUN_DEPENDS for nvidia users.
With hat: emulation@
-rw-r--r-- | graphics/linux-ac3d/Makefile | 4 |
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 |