https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209163
--- Comment #4 from Johannes Jost Meixner <[email protected]> --- (In reply to marc.priggemeyer from comment #3) Can you try the following please (exemplary for glx-utils)? NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver NVIDIA_GL_VARS= USE_LINUX_APPS+=libglu Thanks to mat@ I now know that ${opt}_VARS allows to set custom variables, and USE_LINUX_APPS provides the abstraction for the RUN_DEPENDS we set conditionally for NVIDIA_GL. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
