diff options
author | abs <abs> | 1999-04-16 20:24:44 +0000 |
---|---|---|
committer | abs <abs> | 1999-04-16 20:24:44 +0000 |
commit | 69e72d14df14fd2869700ab4be27494ae0f8167b (patch) | |
tree | a6c2534c61f87b5f26db2f981db22ad7fb1db8ee /games | |
parent | c6b0d8f16030aecf3444c49d7079e5cf75c152ed (diff) | |
download | pkgsrc-69e72d14df14fd2869700ab4be27494ae0f8167b.tar.gz |
nethack-x11 _really_ wants to depend on nethack-lib and xpm.
Found by ahorn@anim.dreamworks.com
Diffstat (limited to 'games')
-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 |