diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-28 17:49:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-28 17:49:29 +0000 |
commit | e25db9fba6a40ffb0f6100a6316c85c383b09c40 (patch) | |
tree | cbe1f7fd5c81ad9491e41267232b8b669c54efa9 /games | |
parent | efb30783c88d92770116036c232784ebb64ea1b4 (diff) | |
download | ports-e25db9fba6a40ffb0f6100a6316c85c383b09c40.tar.gz ports-e25db9fba6a40ffb0f6100a6316c85c383b09c40.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/darkplaces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 261702103d50..d16bd8e0f6a5 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -7,7 +7,7 @@ PORTNAME= darkplaces PORTVERSION= 20071120 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/twilight/darkplaces/files/ DISTNAME= ${PORTNAME}engine${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Quake engine modification USE_ZIP= yes USE_GMAKE= yes -USE_XORG= xxf86dga +USE_XORG= xxf86dga xpm MAKE_ENV= DP_FS_BASEDIR="${Q1DIR}" WRKSRC= ${WRKDIR}/${PORTNAME} |