diff options
author | drochner <drochner> | 1999-06-04 15:39:08 +0000 |
---|---|---|
committer | drochner <drochner> | 1999-06-04 15:39:08 +0000 |
commit | 74c71cdf9b403a57f0b4f5aaaf067e4d8afebfed (patch) | |
tree | 766218f22467f5bfc4a4b8d55ccc6a05824474f8 /games | |
parent | 79e7a41460704d719b07759cac06e8f57ebd8db7 (diff) | |
download | pkgsrc-74c71cdf9b403a57f0b4f5aaaf067e4d8afebfed.tar.gz |
change dependencies to updated qt-1.44
Diffstat (limited to 'games')
-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 |