diff options
author | andreas <andreas@FreeBSD.org> | 1997-04-07 18:12:11 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-04-07 18:12:11 +0000 |
commit | 453cd9f03825a88d62fb630dcaf3a2a61ab78526 (patch) | |
tree | 3f97bfb1149608913dcdc6f2645d9e090da7fc69 /games/nethack-qt | |
parent | 8240c4e180d4f6fc6904df4b56cc30c44cdbfba8 (diff) | |
download | FreeBSD-ports-453cd9f03825a88d62fb630dcaf3a2a61ab78526.zip FreeBSD-ports-453cd9f03825a88d62fb630dcaf3a2a61ab78526.tar.gz |
nas port is compileable in -current of yesterday.
So this port isn't "broken" anymore.
Submitted by: David Nugent <davidn@unique.usn.blaze.net.au>
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index d474f01..3109364 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-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.2 1997/04/06 09:10:26 andreas Exp $ +# $Id: Makefile,v 1.3 1997/04/06 09:16:04 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -23,7 +23,6 @@ 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 |