diff options
author | danfe <danfe@FreeBSD.org> | 2006-06-16 12:17:59 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-06-16 12:17:59 +0800 |
commit | 5ffd7cef6df7b4dc7f2eb48830fafea99a7fdd1b (patch) | |
tree | 6a3a5c10c308a1b22bae7cbe0bd342b2cf3e8520 /games | |
parent | 899b19a6d4409cad8d75bfbd4f68b5c549019dec (diff) | |
download | freebsd-ports-gnome-5ffd7cef6df7b4dc7f2eb48830fafea99a7fdd1b.tar.gz freebsd-ports-gnome-5ffd7cef6df7b4dc7f2eb48830fafea99a7fdd1b.tar.zst freebsd-ports-gnome-5ffd7cef6df7b4dc7f2eb48830fafea99a7fdd1b.zip |
Fix missing dependency, use modern GCC to build on 4.X.
Reported by: krismail
Diffstat (limited to 'games')
-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 |