From 130f642c189b4ca13d2aa95b2f563a523779c632 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 9 Jan 2004 05:46:28 +0000 Subject: It turns out this port really depends on the nvidia-driver for libGLcore.so.1, it's not optional. Make this a hard dependency instead of suggesting it in pkg-message, and note that we really do require an nVidia card. Submitted by: maintainer --- emulators/linux-mupen64/Makefile | 1 + emulators/linux-mupen64/pkg-message | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'emulators') diff --git a/emulators/linux-mupen64/Makefile b/emulators/linux-mupen64/Makefile index 2f4d88cb4763..d7e51a0ec0e2 100644 --- a/emulators/linux-mupen64/Makefile +++ b/emulators/linux-mupen64/Makefile @@ -20,6 +20,7 @@ COMMENT= A Nintendo 64 emulator (Linux version) RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ ${LINUXBASE}/usr/X11R6/lib/libXi.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri \ + ${LINUXBASE}/usr/lib/libGLcore.so.1:${PORTSDIR}/x11/nvidia-driver \ ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk diff --git a/emulators/linux-mupen64/pkg-message b/emulators/linux-mupen64/pkg-message index 73714b8ba9bf..02724120f777 100644 --- a/emulators/linux-mupen64/pkg-message +++ b/emulators/linux-mupen64/pkg-message @@ -1,13 +1,11 @@ ------------------------------------------------------------------------------- You must run 'linux-mupen64_install' as the user you intend to use mupen64 with -before 'linux-mupen64' will work. If you are upgrading from a previous version, -you should probably backup your ~/.linux-mupen64 directory and re-run the -installation script. +before 'linux-mupen64' will work! -Note: +If you are upgrading from a previous version, you should probably backup your +~/.linux-mupen64 directory and re-run the installation script. -For some of the graphics plugins to work, you must have a working libGLcore.so.1 -file located in /compat/linux/usr/lib/ +Note: This port is only known to work with nVidia boards. Sorry :-\ Enjoy! ------------------------------------------------------------------------------- -- cgit v1.2.3