diff options
author | andreas <andreas@FreeBSD.org> | 1997-04-06 17:16:04 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-04-06 17:16:04 +0800 |
commit | b590ba50362127e57869ba5d5c3492d803920cef (patch) | |
tree | 1c4a81a95eaadd957f8baa65b1cc40c2f0fce07c /games/nethack34-qt | |
parent | fc95739e5d03122ff1bcc652db9527921e5843fd (diff) | |
download | freebsd-ports-gnome-b590ba50362127e57869ba5d5c3492d803920cef.tar.gz freebsd-ports-gnome-b590ba50362127e57869ba5d5c3492d803920cef.tar.zst freebsd-ports-gnome-b590ba50362127e57869ba5d5c3492d803920cef.zip |
Donald told me, that with -current the NAS port isn't compileable
and installable. Nethack-qt gets some hangs, if the sound system
isn't working ... So I better mark nethack-qt as broken ...
I can't verify this myself, because I run -current just before the
lite2 kernel changes. All I can say, in this version of -current
the nas port compiles and runs fine. I checked this !
If someone with the latest -current could have a look at nas please.
Thanks. And now have fun playing, fetching a running nas port might
be a workaround.
Reviewed by:
Submitted by: "Donald J. Maddox" <root@cola103.scsn.net>
Obtained from:
Diffstat (limited to 'games/nethack34-qt')
-rw-r--r-- | games/nethack34-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 9908c35863cb..d474f01e012e 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1997/04/06 02:45:29 andreas Exp $ +# $Id: Makefile,v 1.2 1997/04/06 09:10:26 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -23,6 +23,7 @@ LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas +BROKEN= As long as nas is broken in -current which is needed for sound EXTRACT_ONLY= nethack-3.2.2.tar.gz USE_GMAKE= yes SHELL= /bin/sh |