diff options
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index b810648a445..b9cb2e66097 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/10 17:50:08 pooka Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:26 tron Exp $ # .include "../nethack-lib/Makefile.common" @@ -8,9 +8,9 @@ PKGNAME= nethack-x11-${NETHACK_VERSION} CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11= yes +USE_X11= YES +USE_XPM= YES ALL_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 |