diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /games | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) | |
download | ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.tar.gz ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.zip |
- Add missing dependens
- Bump PORTREVISION
Submitted by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=209943
Diffstat (limited to 'games')
-rw-r--r-- | games/kmquake2/Makefile | 3 | ||||
-rw-r--r-- | games/nehquake/Makefile | 5 | ||||
-rw-r--r-- | games/nimuh/Makefile | 6 | ||||
-rw-r--r-- | games/ppracer/Makefile | 5 | ||||
-rw-r--r-- | games/quake2max/Makefile | 1 |
5 files changed, 13 insertions, 7 deletions
diff --git a/games/kmquake2/Makefile b/games/kmquake2/Makefile index 014e1210a907..a7490f4fe9d4 100644 --- a/games/kmquake2/Makefile +++ b/games/kmquake2/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmquake2 PORTVERSION= 0.19 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/KMQuake2/:src \ http://qexpo2005.quakedev.com/uploaded/54/:data \ @@ -27,6 +27,7 @@ COMMENT= Enhanced Quake2 OpenGL only engine with Lazarus support EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip USE_BZIP2= yes +USE_XORG= xxf86dga USE_GCC= 3.2+ USE_GMAKE= yes WRKSRC= ${WRKDIR}/KMQuake2_${PORTVERSION:S/.//}_src_unix diff --git a/games/nehquake/Makefile b/games/nehquake/Makefile index 70ed215ee75c..bcbb3c259182 100644 --- a/games/nehquake/Makefile +++ b/games/nehquake/Makefile @@ -7,7 +7,7 @@ PORTNAME= nehquake PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -19,7 +19,8 @@ COMMENT= Quake engine designed for playing Nehahra USE_BZIP2= yes USE_DOS2UNIX= yes USE_GCC= 3.2+ -USE_GL= yes +USE_GL= gl +USE_XORG= xxf86dga USE_GMAKE= yes OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ diff --git a/games/nimuh/Makefile b/games/nimuh/Makefile index 61e57281558b..56dc157e6e89 100644 --- a/games/nimuh/Makefile +++ b/games/nimuh/Makefile @@ -7,7 +7,7 @@ PORTNAME= nimuh PORTVERSION= 1.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-data-${PORTVERSION}${EXTRACT_SUFX} @@ -15,10 +15,12 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-data-${PORTVERS MAINTAINER= amdmi3@amdmi3.ru COMMENT= Puzzle game destined to improve the knowledge of Andalusia +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl image mixer -USE_GL= yes +USE_GL= gl CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 7f2a0a8e15dc..0a69bedea569 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= ppracer DISTVERSION= 0.5alpha -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= 3D downhill racing game... kind of like TuxRacer Improved -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_SDL= mixer sdl diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile index f461e9d4dc0b..0dae7dacd1c8 100644 --- a/games/quake2max/Makefile +++ b/games/quake2max/Makefile @@ -24,6 +24,7 @@ EXTRACT_DEPENDS=unrar:${PORTSDIR}/archivers/unrar USE_BZIP2= yes USE_GMAKE= yes +USE_XORG= xxf86dga USE_GCC= 3.4+ ALL_TARGET= release WRKSRC= ${WRKDIR}/${DISTNAME:S/quake2max/Quake2maX/} |