diff options
author | tron <tron> | 1998-12-29 19:42:09 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-29 19:42:09 +0000 |
commit | 0d535e636cf5b923ee076a100480abfdb8b2605c (patch) | |
tree | 414eb9faeab225c35c907d894efac97d10632912 /games | |
parent | 8004dc9b838fd59d907f507c19a41862a7b2eaaf (diff) | |
download | pkgsrc-0d535e636cf5b923ee076a100480abfdb8b2605c.tar.gz |
Depend on version 1.42 of "qt" package.
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 58e6463ed9c..7b81e59d5da 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/31 09:18:02 matthias Exp $ +# $NetBSD: Makefile,v 1.3 1998/12/29 19:42:09 tron Exp $ # DISTNAME= qnethack-3.2.2.1.0.1.src @@ -11,7 +11,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.40:../../x11/qt +DEPENDS+= qt-1.42:../../x11/qt USE_GMAKE= yes WRKSRC= ../nethack-lib/${WRKDIR_BASENAME}/nethack-3.2.2 |