diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-02 04:57:59 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-02 04:57:59 +0800 |
commit | 4b85b3f1d11ae617bdc089eced090c998b554618 (patch) | |
tree | 0a8e44ebf1cc60d712c01c54c1eafa5057e810b8 /games | |
parent | 08cde20eb597d3f178f7a923d9b7887257ab371b (diff) | |
download | freebsd-ports-gnome-4b85b3f1d11ae617bdc089eced090c998b554618.tar.gz freebsd-ports-gnome-4b85b3f1d11ae617bdc089eced090c998b554618.tar.zst freebsd-ports-gnome-4b85b3f1d11ae617bdc089eced090c998b554618.zip |
- Fix build after libmytinfo is gone
Reported by: kris
Diffstat (limited to 'games')
-rw-r--r-- | games/mangband/Makefile | 2 | ||||
-rw-r--r-- | games/mangband/files/patch-ab | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile index f36e53994c6d..f71367080b23 100644 --- a/games/mangband/Makefile +++ b/games/mangband/Makefile @@ -7,7 +7,7 @@ PORTNAME= mangband PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://mangband.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/games/mangband/files/patch-ab b/games/mangband/files/patch-ab index e60ed9507503..9b94e2b07849 100644 --- a/games/mangband/files/patch-ab +++ b/games/mangband/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Mar 5 05:04:02 2000 -+++ Makefile Fri Jan 12 00:02:53 2001 +--- Makefile.orig Fri Feb 2 04:56:06 2007 ++++ Makefile Fri Feb 2 04:56:06 2007 @@ -134,7 +134,7 @@ # # This is my compiler of choice, it seems to work most everywhere @@ -16,7 +16,7 @@ -CFLAGS = -Wall -g -pipe -D"USE_X11" -D"USE_GCU" -I/usr/include/ncurses -LIBS = -L/usr/X11R6/lib -lX11 -lncurses +CFLAGS += -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH="\"${PREFIX}/lib/mangband\"" -I${X11BASE}/include -+LIBS = -L${X11BASE}/lib -lX11 -lncurses -lmytinfo ++LIBS = -L${X11BASE}/lib -lX11 -lncurses ## |