diff options
author | skrll <skrll> | 2000-10-19 08:06:09 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-10-19 08:06:09 +0000 |
commit | eef18388f4ab61c235cea5a3e9b2e383154df467 (patch) | |
tree | 19ca5a665685806a57035c3bdf331cf47a1a4acb /games/nethack-qt | |
parent | 801173a5754b638ee130fb3bb542bcebf10433a3 (diff) | |
download | pkgsrc-eef18388f4ab61c235cea5a3e9b2e383154df467.tar.gz |
Update to use new qt-2.2.1 libraries.
Diffstat (limited to 'games/nethack-qt')
-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 3dd1242e49d..87c48f716b4 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/23 23:14:26 tron Exp $ +# $NetBSD: Makefile,v 1.22 2000/10/19 08:06:56 skrll Exp $ # .include "../nethack-lib/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= nethack-qt-${NETHACK_VERSION} CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -DEPENDS+= qt2-2.0.2:../../x11/qt +DEPENDS+= qt2-libs-*:../../x11/qt2-libs USE_X11= YES USE_XPM= YES |