diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-01-15 03:01:36 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-01-15 03:01:36 +0000 |
commit | 610ab9d1ea0158c9668e112e8f44a12b7cc12311 (patch) | |
tree | aa7c2a4f8ba7cf33d0ef4acce862cc21b2b0a3c2 /games/linuxdoom | |
parent | Remove doomsrc, add linuxdoom. (diff) |
Remove the 'BROKEN' line
Diffstat (limited to 'games/linuxdoom')
-rw-r--r-- | games/linuxdoom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 59e8556257c5..eb5c62a4c457 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.6 1998/12/13 08:47:40 asami Exp $ +# $Id: Makefile,v 1.7 1998/12/18 02:13:03 asami Exp $ # DISTNAME= doom-1.8 @@ -17,7 +17,6 @@ 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 -BROKEN= repository copy USE_XLIB= yes NO_WRKSUBDIR= yes PKGINSTALL= ${WRKDIR}/INSTALL |