diff options
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 8788f5ba912..e344b7d237a 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2008/09/26 15:10:08 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= The X11 version of NetHack CATEGORIES+= x11 -DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib BUILD_TARGET= x11tiles nethack |