aboutsummaryrefslogtreecommitdiff
path: root/games/mangband
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-01 20:57:59 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-01 20:57:59 +0000
commitd8c957397dfa0f2e832f51df25a25d544cfcd2ba (patch)
treeb4d935a3bf298d8c69a0d1e220c94ab1998975a5 /games/mangband
parenta27d052032805359ae580618bf2fac8edb85b4dc (diff)
downloadports-d8c957397dfa0f2e832f51df25a25d544cfcd2ba.tar.gz
ports-d8c957397dfa0f2e832f51df25a25d544cfcd2ba.zip
Notes
Diffstat (limited to 'games/mangband')
-rw-r--r--games/mangband/Makefile2
-rw-r--r--games/mangband/files/patch-ab6
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
##