1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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
This commit is contained in:
Pete Fritchman 2004-01-05 03:54:40 +00:00
parent eb72add442
commit 5245de9cc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97316

View File

@ -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 \