diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-11-10 18:56:21 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-11-10 18:56:21 +0000 |
commit | 1e20f0bfde7db87edfa8e1e349487db9cef7a07f (patch) | |
tree | 5b42ef635695b396c95fabeeeeaef31e7c4841f5 /games/nethack33-qt | |
parent | fix for 3.0 ELF (diff) |
This port isn't broken anymore.
Notes
Notes:
svn path=/head/; revision=14454
Diffstat (limited to '')
-rw-r--r-- | games/nethack33-qt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index d300af311126..1a167213d65c 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-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.18 1998/09/15 11:13:09 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/17 00:32:33 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -19,8 +19,6 @@ DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} MAINTAINER= andreas@FreeBSD.ORG -BROKEN= qt version? - BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |