diff options
author | petef <petef@FreeBSD.org> | 2004-01-09 13:46:28 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-01-09 13:46:28 +0800 |
commit | e956b70c8ab88fc725884dda5ea40bfed415464b (patch) | |
tree | d62e03cfd33cda9a38063b7bb7a9ec0c03171e1a /emulators | |
parent | 36d0fe5ac2e4cde3663fbac155877c525aacd2f0 (diff) | |
download | freebsd-ports-gnome-e956b70c8ab88fc725884dda5ea40bfed415464b.tar.gz freebsd-ports-gnome-e956b70c8ab88fc725884dda5ea40bfed415464b.tar.zst freebsd-ports-gnome-e956b70c8ab88fc725884dda5ea40bfed415464b.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-mupen64/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-mupen64/pkg-message | 10 |
2 files changed, 5 insertions, 6 deletions
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! ------------------------------------------------------------------------------- |