aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-01-05 11:54:40 +0800
committerpetef <petef@FreeBSD.org>2004-01-05 11:54:40 +0800
commite2ebfb690c38024746f92472bad065e4907a8d65 (patch)
treeeaddb7379d3f7d038a70d312421860abaeecb38b /emulators
parente47ccb1790616f00272bef8389e979b2f9d90d9c (diff)
downloadfreebsd-ports-gnome-e2ebfb690c38024746f92472bad065e4907a8d65.tar.gz
freebsd-ports-gnome-e2ebfb690c38024746f92472bad065e4907a8d65.tar.zst
freebsd-ports-gnome-e2ebfb690c38024746f92472bad065e4907a8d65.zip
Change the linux_base-8 dependency to be a bit more strict (depend on a file
that only exists in linux_base-8). Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-mupen64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-mupen64/Makefile b/emulators/linux-mupen64/Makefile
index 3ba2a5364697..2f4d88cb4763 100644
--- a/emulators/linux-mupen64/Makefile
+++ b/emulators/linux-mupen64/Makefile
@@ -17,7 +17,7 @@ DISTFILES= mupen64-0.3.tar.bz2:mupen mupen64linplugins1.tar.bz2:plugins
MAINTAINER= tlp@liquidx.org
COMMENT= A Nintendo 64 emulator (Linux version)
-RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base-8 \
+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/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \