diff options
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 8ca482d3e85a..8398ebff2a25 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wesnoth -PORTVERSION= 1.12.4 -PORTREVISION= 1 +PORTVERSION= 1.12.5 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ @@ -26,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTSCOUT= limitw:1,even USE_SDL= image mixer net ttf +USE_LDCONFIG= yes USE_GNOME= pango USES= cmake cpe pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= data/tools/campaign2wiki.py \ |