diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/nethack-qt | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.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/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 |