diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-13 17:14:53 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-13 17:14:53 +0000 |
commit | 42cea4feca97175ce7fe8e01cef19ba73b69c476 (patch) | |
tree | db7d60e9baca3e8f203bee4b35e80db32ed1fe56 /games/valyriatear | |
parent | 31c9fcf7327a4faf7e0c2a77beaef9643cdd87a4 (diff) |
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=327168
Diffstat (limited to 'games/valyriatear')
-rw-r--r-- | games/valyriatear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index 64a29128e019..0d1fab0d1988 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg -USES= cmake gettext +USES= cmake gettext iconv USE_SDL= sdl image ttf USE_GL= gl USE_OPENAL= yes |