From d7d791cfa6686861a5ce83778fa10aacad54f40e Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 21 Jul 1999 14:55:43 +0000 Subject: Make port depend on linux_base instead of linux_lib. --- games/linuxdoom/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 5ad8d8d94d16..e9c09ed940ff 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.8 1999/01/15 03:01:36 jmz Exp $ +# $Id: Makefile,v 1.9 1999/01/18 08:44:45 asami Exp $ # DISTNAME= doom-1.8 @@ -15,8 +15,8 @@ DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz MAINTAINER= erich@FreeBSD.org -BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base USE_XLIB= yes NO_WRKSUBDIR= yes -- cgit v1.2.3