diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-22 08:06:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-22 08:06:40 +0000 |
commit | 66f37307c0c24b9ee5d1e32d71c6e1a0a97a987e (patch) | |
tree | ff1f94701ff26352ec35268226a6455fc95f7017 /games | |
parent | Fix patch which doesn't apply. (diff) |
Add missed USE_ZIP.
Submitted by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/stvef-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile index 76e577a696b4..39dba7a45c39 100644 --- a/games/stvef-server/Makefile +++ b/games/stvef-server/Makefile @@ -13,6 +13,7 @@ DISTFILES= stveflinuxdedicated120.zip MAINTAINER= nik@FreeBSD.org ONLY_FOR_ARCHS= i386 +USE_ZIP= yes USE_LINUX_PREFIX= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/Linux |