summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commitd9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /games/nethack-qt
parentb735b13875cb70c66b6ea714e5270b631b195051 (diff)
downloadpkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r--games/nethack-qt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 9fb093c0444..3dd1242e49d 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/08/10 17:50:10 pooka Exp $
+# $NetBSD: Makefile,v 1.21 2000/08/23 23:14:26 tron Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -7,13 +7,13 @@ PKGNAME= nethack-qt-${NETHACK_VERSION}
CATEGORIES+= x11
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= qt2-2.0.2:../../x11/qt
-USE_X11= yes
+USE_X11= YES
+USE_XPM= YES
+
ALL_TARGET= x11tiles nethack
INSTALL_TARGET= binfiles
-
EVAL_PREFIX+= QT2DIR=qt2
PATH= ${QT2DIR}/qt2/bin:$$PATH
MAKE_ENV+= GTYPE=-qt QTDIR=${QT2DIR}/qt2