diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-16 04:17:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-16 04:17:59 +0000 |
commit | c3496b0186c8e1d6e1d176507827917dcf212b64 (patch) | |
tree | 2d0db421d3e57b02221260fe2efaf604928c4c2c /games/warsow | |
parent | 98f17b9b93ae4423fa7d59a1612d8a9fc97b8426 (diff) |
Fix missing dependency, use modern GCC to build on 4.X.
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=165534
Diffstat (limited to 'games/warsow')
-rw-r--r-- | games/warsow/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/warsow/Makefile b/games/warsow/Makefile index 0306a14379d6..e643178416c3 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -20,10 +20,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= A fast paced first person shooter game -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ + jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes USE_GL= yes +USE_GCC= 3.3+ USE_SDL= yes USE_ZIP= yes USE_DOS2UNIX= linux/sys_linux.c |