diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
commit | 32d6ba3c612ab7323d81c30bf643fb8ce65642bd (patch) | |
tree | cca81074cd10af0c7237e0e76e72e2df6c703f4c /games/tremor | |
parent | 03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff) | |
download | ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.tar.gz ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.zip |
Notes
Diffstat (limited to 'games/tremor')
-rw-r--r-- | games/tremor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tremor/Makefile b/games/tremor/Makefile index 3edcfd3ef818..5e9dad92aca9 100644 --- a/games/tremor/Makefile +++ b/games/tremor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tremor PORTVERSION= 3.2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://qudos.quakedev.com/linux/quake1/:src \ http://tremor.quakedev.com/:data @@ -26,7 +26,8 @@ EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip USE_BZIP2= yes USE_GCC= 3.4+ -USE_GL= yes +USE_GL= gl +USE_XORG= xxf86dga USE_GMAKE= yes ALL_TARGET= release |