diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/darkplaces | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) |
Convert g* to USES=zip
Notes
Notes:
svn path=/head/; revision=347760
Diffstat (limited to 'games/darkplaces')
-rw-r--r-- | games/darkplaces/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 6aec214ce6a3..3de9b4950e8c 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -11,10 +11,9 @@ DISTNAME= ${PORTNAME}engine${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Quake engine modification -USES= gmake -USE_ZIP= yes +USES= dos2unix gmake zip:infozip USE_XORG= xxf86dga xpm -USE_DOS2UNIX= darkplaces.txt +DOS2UNIX_FILES= darkplaces.txt MAKE_ENV= DP_FS_BASEDIR="${Q1DIR}" WRKSRC= ${WRKDIR}/${PORTNAME} |