aboutsummaryrefslogtreecommitdiff
path: root/games/el/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-11-25 01:20:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-11-25 01:20:03 +0000
commit06a0da7a1b82cd83158ab52a578b0abd6add8492 (patch)
tree9122abbd1fb71c6ed24814e5f08a0af7f688148b /games/el/Makefile
parent6811dcd32c1ed985658258f1d9148ab7d38df1b6 (diff)
downloadports-06a0da7a1b82cd83158ab52a578b0abd6add8492.tar.gz
ports-06a0da7a1b82cd83158ab52a578b0abd6add8492.zip
- Unbreak
- Add missing USES=iconv Approved by: portmgr blanket MFH: 2014Q4
Notes
Notes: svn path=/head/; revision=373391
Diffstat (limited to 'games/el/Makefile')
-rw-r--r--games/el/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/el/Makefile b/games/el/Makefile
index 9c03dc2b220d..fe60906c6ce4 100644
--- a/games/el/Makefile
+++ b/games/el/Makefile
@@ -10,18 +10,16 @@ MASTER_SITES= LOCAL/rene
MAINTAINER= acm@FreeBSD.org
COMMENT= Eternal Lands is a free 3D MMORPG
-BROKEN= Fails to build
-
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libcal3d.so:${PORTSDIR}/graphics/cal3d
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data
-USES= gmake openal:al,alut tar:xz
+USES= compiler:c++11-lang gmake iconv openal:al,alut tar:xz
USE_GNOME= libxml2
USE_SDL= sdl net image
USE_GL= yes
-LDFLAGS+= -L${LOCALBASE}/lib -lX11
+LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lX11
ALL_TARGET= el.bin
MAKEFILE= Makefile.bsd