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/quake2-data | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | freebsd-ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Convert g* to USES=zip
Diffstat (limited to 'games/quake2-data')
-rw-r--r-- | games/quake2-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-data/Makefile b/games/quake2-data/Makefile index 4d526effb3d0..e69b5df16476 100644 --- a/games/quake2-data/Makefile +++ b/games/quake2-data/Makefile @@ -16,7 +16,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= Quake II data files # XXX we need info-unzip for q2-314-demo-x86.exe -USE_ZIP= yes +USES= zip:infozip NO_WRKSUBDIR= yes OPTIONS_DEFINE= MANUAL OPTIMIZED_CFLAGS SHAREWARE |