summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-09 05:46:28 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-09 05:46:28 +0000
commit130f642c189b4ca13d2aa95b2f563a523779c632 (patch)
treebc572f22482de675e3355c37c625b3f04c4bb386 /emulators
parent- update to 2.1.1 (diff)
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
Notes
Notes: svn path=/head/; revision=97742
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-mupen64/Makefile1
-rw-r--r--emulators/linux-mupen64/pkg-message10
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!
-------------------------------------------------------------------------------