diff options
author | glewis <glewis@FreeBSD.org> | 2012-12-17 10:39:05 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2012-12-17 10:39:05 +0800 |
commit | d65aea3fe6e6960cf0a1af4bb4f2cde68f7da34f (patch) | |
tree | ce861984ee80546a515d540aa1d055f0a589c18f /games | |
parent | 190260239d00331097f4a4d2758b5516197f86b5 (diff) | |
download | freebsd-ports-gnome-d65aea3fe6e6960cf0a1af4bb4f2cde68f7da34f.tar.gz freebsd-ports-gnome-d65aea3fe6e6960cf0a1af4bb4f2cde68f7da34f.tar.zst freebsd-ports-gnome-d65aea3fe6e6960cf0a1af4bb4f2cde68f7da34f.zip |
. Update URL for WITH_MENUCOLORS patch.
PR: 174449
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 42d63315d609..a20c30fa268a 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -58,7 +58,7 @@ IGNORE= you cannot enable both HPMON and STATUSCOLORS .endif .if defined(WITH_MENUCOLORS) PATCHFILES+= nh343-menucolor.diff -PATCH_SITES+= http://bilious.homelinux.org/~paxed/nethack/ +PATCH_SITES+= http://bilious.alt.org/~paxed/nethack/ PATCH_DIST_STRIP= -p1 CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif |