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