summaryrefslogtreecommitdiff
path: root/games/linuxdoom
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-07-21 14:55:43 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-07-21 14:55:43 +0000
commitd7d791cfa6686861a5ce83778fa10aacad54f40e (patch)
treeb89620de2dfc36665774af847d71410b6c4037b3 /games/linuxdoom
parentActivate linux_devtools (diff)
Make port depend on linux_base instead of linux_lib.
Notes
Notes: svn path=/head/; revision=20299
Diffstat (limited to 'games/linuxdoom')
-rw-r--r--games/linuxdoom/Makefile6
1 files changed, 3 insertions, 3 deletions
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