aboutsummaryrefslogtreecommitdiff
path: root/games/angband/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r--games/angband/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
index 44fb25ba295d..911dd2ea9552 100644
--- a/games/angband/Makefile
+++ b/games/angband/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= angband
-PORTVERSION= 4.0.5
+PORTVERSION= 4.1.0
CATEGORIES= games
MASTER_SITES= http://rephial.org/downloads/${PORTVERSION:R}/
@@ -18,6 +18,7 @@ USES= autoreconf gmake ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_NCURSES_CONFIG=${TRUE}
CONFIGURE_ARGS= --localstatedir=/var
+WRKSRC= ${WRKDIR}/${PORTNAME}-master
CPPFLAGS+= -I${NCURSESINC}
LDFLAGS+= -L${NCURSESLIB} -lncursesw