diff options
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index f8b009d1d684..a59ff8278531 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -44,9 +44,8 @@ GRAPHICS= GNOME_GRAPHICS .elif ${PKGNAMESUFFIX} == "-nox11" GRAPHICS= # none .if defined(WITH_MENUCOLORS) -PATCHFILES+= nh343-menucolor_jilles.diff -PATCH_SITES+= http://www.stack.nl/~jilles/games/ \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis|} +PATCHFILES+= nh343-menucolor.diff +PATCH_SITES+= http://bilious.homelinux.org/~paxed/nethack/ PATCH_DIST_STRIP= -p1 CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif |