diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-05-27 08:22:29 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-05-27 08:22:29 +0000 |
commit | e5f868d2ef1b15c8bcd38a46efb32b650d0de32b (patch) | |
tree | 0c81652438b0c94ba86e80b7ebc953e1268a9b82 /games/nethack34/Makefile | |
parent | 9f2b7aa37063bcbf525fadc1e98e5166d2be2429 (diff) | |
download | ports-e5f868d2ef1b15c8bcd38a46efb32b650d0de32b.tar.gz ports-e5f868d2ef1b15c8bcd38a46efb32b650d0de32b.zip |
Notes
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 |