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/moagg | |
parent | - update to 0.26 (diff) |
Convert g* to USES=zip
Notes
Notes:
svn path=/head/; revision=347760
Diffstat (limited to 'games/moagg')
-rw-r--r-- | games/moagg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/moagg/Makefile b/games/moagg/Makefile index e13763927917..9c9401a39cbd 100644 --- a/games/moagg/Makefile +++ b/games/moagg/Makefile @@ -19,7 +19,7 @@ LICENSE= GPLv2 DATADIR= ${JAVASHAREDIR}/${PORTNAME} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |