diff options
-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 b7e97711aad..e2bf90ba472 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/12/31 13:20:54 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/16 20:24:44 abs Exp $ # DISTNAME= nethack-3.2.2 @@ -9,8 +9,8 @@ MASTER_SITES= http://pinky.wtower.com/nethack/sources/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ -#DEPENDS+= nethack-lib-3.2.2:../nethack-lib -#DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS+= nethack-lib-3.2.2:../nethack-lib +DEPENDS+= xpm-3.4k:../../graphics/xpm HAS_CONFIGURE= yes CONFIGURE_SCRIPT= sys/unix/setup.sh |