summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-10-22 09:20:18 +0000
committerskrll <skrll@pkgsrc.org>2000-10-22 09:20:18 +0000
commit8b4e66268078a3d5f4cf826a151b02ab9173659e (patch)
treefc16dfc41975683713651a8d955a8b2964a6719a /games/nethack-qt
parente35787cf4c5e9e3d86ae9ebc8e0b6a32fbc69917 (diff)
downloadpkgsrc-8b4e66268078a3d5f4cf826a151b02ab9173659e.tar.gz
Correct EVAL_PREFIX entry.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r--games/nethack-qt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 87c48f716b4..7916ff9e823 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2000/10/19 08:06:56 skrll Exp $
+# $NetBSD: Makefile,v 1.23 2000/10/22 09:21:05 skrll Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -14,7 +14,7 @@ USE_XPM= YES
ALL_TARGET= x11tiles nethack
INSTALL_TARGET= binfiles
-EVAL_PREFIX+= QT2DIR=qt2
+EVAL_PREFIX+= QT2DIR=qt2-libs
PATH= ${QT2DIR}/qt2/bin:$$PATH
MAKE_ENV+= GTYPE=-qt QTDIR=${QT2DIR}/qt2