diff options
author | skrll <skrll@pkgsrc.org> | 2000-10-19 08:06:09 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-10-19 08:06:09 +0000 |
commit | fa2140a0cbcddac836a9d3979aa672eb4d40fb31 (patch) | |
tree | 19ca5a665685806a57035c3bdf331cf47a1a4acb /games/nethack-qt | |
parent | c8d8bbe2c2829c59b7464c6540c5da1559817f5f (diff) | |
download | pkgsrc-fa2140a0cbcddac836a9d3979aa672eb4d40fb31.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 |