diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/nethack-qt/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 8 |
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 |