diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 19:20:17 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 19:20:17 +0800 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /games/kmquake2 | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) | |
download | freebsd-ports-gnome-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.tar.gz freebsd-ports-gnome-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.tar.zst freebsd-ports-gnome-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.zip |
- Add missing dependens
- Bump PORTREVISION
Submitted by: pointyhat via pav
Diffstat (limited to 'games/kmquake2')
-rw-r--r-- | games/kmquake2/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |