diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
commit | 006748d7075d8aa18b6e21eed8ba3d16a9993088 (patch) | |
tree | c967cd82badb49fe81797727eac72d6dd35304e2 /games | |
parent | 72480a5539d3d6f4e4f5eae58f276ea04ecca4bb (diff) | |
download | freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.gz freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.zst freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.zip |
Make port depend on linux_base instead of linux_lib.
Diffstat (limited to 'games')
-rw-r--r-- | games/linuxdoom/Makefile | 6 |
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 |