diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 19:20:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 19:20:17 +0800 |
commit | 7267bccd91a2db842bb93ab0771e96eccc70516e (patch) | |
tree | 88a5fddba697f0e3a4c5ca2f83e416cb6ebed9b5 /games/kmquake2 | |
parent | 46877c49a011d940ecb27674e477db5b5df1ecb9 (diff) | |
download | freebsd-ports-gnome-7267bccd91a2db842bb93ab0771e96eccc70516e.tar.gz freebsd-ports-gnome-7267bccd91a2db842bb93ab0771e96eccc70516e.tar.zst freebsd-ports-gnome-7267bccd91a2db842bb93ab0771e96eccc70516e.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 |