From f0b9164cf1068dd6dc3d7a77da6b33ac09689177 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- games/nethack-qt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/nethack-qt/Makefile') 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 -- cgit v1.2.3