diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-11 06:53:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-11 06:53:53 +0800 |
commit | 7f9e2f782d5ee81a8fb29f7721ac826b096b3dcd (patch) | |
tree | 9d1ffe4e234182650cd3372484452a5bc15fec5c /games | |
parent | 178e0de6920af3a9f05cd0ab5d8fe74c382b96cf (diff) | |
download | freebsd-ports-gnome-7f9e2f782d5ee81a8fb29f7721ac826b096b3dcd.tar.gz freebsd-ports-gnome-7f9e2f782d5ee81a8fb29f7721ac826b096b3dcd.tar.zst freebsd-ports-gnome-7f9e2f782d5ee81a8fb29f7721ac826b096b3dcd.zip |
Unbreak
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2-ctf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-ctf/Makefile b/games/quake2-ctf/Makefile index 8f4ea2de95d9..e3b10f68d092 100644 --- a/games/quake2-ctf/Makefile +++ b/games/quake2-ctf/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= quake2lnx MAINTAINER= danfe@FreeBSD.org COMMENT= Quake II CTF (Capture The Flag) mod -USES= dos2unix zip +USES= dos2unix zip:infozip DOS2UNIX_FILES= ../../../ctf/readme.txt ../../../ctf/server.cfg WRKSRC= ${WRKDIR}/${CTF_SRC:S/.tar.gz//}/src/ctf |