diff options
author | drochner <drochner@pkgsrc.org> | 1999-06-04 15:39:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 1999-06-04 15:39:08 +0000 |
commit | 27f1a8cb2743664881bd9039ad519a2685b0596a (patch) | |
tree | 766218f22467f5bfc4a4b8d55ccc6a05824474f8 /games/nethack-qt/Makefile | |
parent | fd3b49f93ac23779275af50c08299f4bf7043ef2 (diff) | |
download | pkgsrc-27f1a8cb2743664881bd9039ad519a2685b0596a.tar.gz |
change dependencies to updated qt-1.44
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 2f1e5d396ab..1df18efa8d6 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/26 18:38:28 garbled Exp $ +# $NetBSD: Makefile,v 1.7 1999/06/04 15:39:09 drochner Exp $ # DISTNAME= qnethack-3.2.2.1.0.1.src @@ -14,7 +14,7 @@ HOMEPAGE= http://trolls.troll.no/warwick/nethack/ DEPENDS+= nethack-lib-3.2.2:../nethack-lib DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= qt-1.42:../../x11/qt +DEPENDS+= qt-1.44:../../x11/qt WRKSRC= ${WRKDIR}/nethack-3.2.2 |