diff options
author | kris <kris@FreeBSD.org> | 2000-09-22 19:07:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-22 19:07:01 +0800 |
commit | 24f493a91fdb74d91461fa5c81ac1debc46310e0 (patch) | |
tree | 5ba04173c80e7dc2aec5c39382fcbbd379e59c13 | |
parent | 19b0f41f5933c8f8ae5764089716119a129c4065 (diff) | |
download | freebsd-ports-graphics-24f493a91fdb74d91461fa5c81ac1debc46310e0.tar.gz freebsd-ports-graphics-24f493a91fdb74d91461fa5c81ac1debc46310e0.tar.zst freebsd-ports-graphics-24f493a91fdb74d91461fa5c81ac1debc46310e0.zip |
Mark BROKEN: errors during install - probably a linux binary issue.
-rw-r--r-- | games/linuxdoom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 13c14041843..10d043b2b82 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -15,6 +15,8 @@ DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz MAINTAINER= ports@FreeBSD.org +BROKEN= "Linux dynamic linker problems" + 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 |