diff options
author | grant <grant> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:11:48 +0000 |
commit | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /games/nethack-x11/Makefile | |
parent | 8e5c68bc6464f7711b87bf4c17adea2559863de7 (diff) | |
download | pkgsrc-ac64fe6ac14fdf1683065506a0d1d7e03cc15349.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'games/nethack-x11/Makefile')
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 7e656cd7e86..7d7cc7a0c02 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/06/14 17:24:12 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/19 10:17:59 grant Exp $ # .include "../nethack-lib/Makefile.common" @@ -8,7 +8,7 @@ COMMENT= The X11 version of NetHack CATEGORIES+= x11 -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib BUILD_TARGET= x11tiles nethack |