diff options
author | skrll <skrll> | 2000-10-22 09:20:18 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-10-22 09:20:18 +0000 |
commit | bd48e22af7dc12baa092e8d7a58057e657799980 (patch) | |
tree | fc16dfc41975683713651a8d955a8b2964a6719a /games | |
parent | 213d4cabdc0ac7ebc204999dceaa8a840793c218 (diff) | |
download | pkgsrc-bd48e22af7dc12baa092e8d7a58057e657799980.tar.gz |
Correct EVAL_PREFIX entry.
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 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 |