diff options
author | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-19 10:11:48 +0000 |
commit | f4b67f8cf92b87be8820941acfe5325388979728 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /games/nethack-qt | |
parent | f75852c923fa8dd9051b85b0db6570988901503b (diff) | |
download | pkgsrc-f4b67f8cf92b87be8820941acfe5325388979728.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |