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/memonix | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Notes
Diffstat (limited to 'games/memonix')
-rw-r--r-- | games/memonix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/memonix/Makefile b/games/memonix/Makefile index 34c37d3317f9..a06a6ba5315c 100644 --- a/games/memonix/Makefile +++ b/games/memonix/Makefile @@ -23,8 +23,7 @@ LICENSE_DISTFILE_unknown= memx16.tar.gz LICENSE_DISTFILE_GPLv2= ${DISTNAME}${EXTRACT_SUFX} LICENSE_FILE_GPLv2= ${WRKSRC}/License.txt -USES= cmake -USE_ZIP= yes +USES= cmake zip USE_SDL= sdl mixer image USE_GL= yes |