From ac64fe6ac14fdf1683065506a0d1d7e03cc15349 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 19 Jul 2005 10:11:48 +0000 Subject: depends should be ../..// --- games/nethack-qt/Makefile | 4 ++-- games/nethack-tty/Makefile | 4 ++-- games/nethack-x11/Makefile | 4 ++-- games/nethack/Makefile | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'games') diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 417a3513da3..aa62f4e0e36 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2005/07/19 10:17:59 grant Exp $ # .include "../nethack-lib/Makefile.common" @@ -9,7 +9,7 @@ CATEGORIES+= x11 COMMENT= The QT-Enhanced X11 version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib BUILD_TARGET= x11tiles nethack diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 90c31dea106..01bad0c645a 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/19 10:17:59 grant Exp $ # .include "../nethack-lib/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= nethack-tty-${NETHACK_VERSION} COMMENT= The tty/console based version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib BUILD_TARGET= nethack INSTALL_TARGET= binfiles 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 diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 507c5cfe002..d6db901a31d 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/19 10:17:59 grant Exp $ # Needed so configure/patch rules don't get pulled in NO_BUILD= yes @@ -13,9 +13,9 @@ DISTFILES= # empty COMMENT= Meta-package for NetHack with x11, qt and tty versions -DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty -DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11 -DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../nethack-qt +DEPENDS+= nethack-tty-${NETHACK_VERSION}:../../games/nethack-tty +DEPENDS+= nethack-x11-${NETHACK_VERSION}:../../games/nethack-x11 +DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../../games/nethack-qt EXTRACT_ONLY= # empty NO_CHECKSUM= yes -- cgit v1.2.3