diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:38:28 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:38:28 +0000 |
commit | c216c41c0a815e355fdacc820a0e1bc8037d319d (patch) | |
tree | d35220b289012141922a93aca72c63bd3963cf12 /games/nethack-x11 | |
parent | 5f1925c4f514bb9f934e9764ef30ae451a5d5ed5 (diff) | |
download | pkgsrc-c216c41c0a815e355fdacc820a0e1bc8037d319d.tar.gz |
add USE_X11=yes
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index e2bf90ba472..5b9fbcf65c8 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/16 20:24:44 abs Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/26 18:38:29 garbled Exp $ # DISTNAME= nethack-3.2.2 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ DEPENDS+= nethack-lib-3.2.2:../nethack-lib DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= sys/unix/setup.sh ALL_TARGET= nethack |