diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 18:21:02 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 18:21:02 +0000 |
commit | 100e42b471c2addd74c7e3f210e0a4dbf13e6099 (patch) | |
tree | 56f3c7670a3edba19011902ad2efd8f59ab4303c /games/ltris | |
parent | d087ded22933179937b957ca8330a5ea90ae79f3 (diff) | |
download | FreeBSD-ports-100e42b471c2addd74c7e3f210e0a4dbf13e6099.zip FreeBSD-ports-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.gz |
- Use new knobs from bsd.sdl.mk
Diffstat (limited to 'games/ltris')
-rw-r--r-- | games/ltris/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 2f8d680..9d74c24 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -15,9 +15,7 @@ MASTER_SITE_SUBDIR= lgames MAINTAINER= ports@FreeBSD.org COMMENT= An another tetris clone but a good one with bunch of cool features -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer - -USE_SDL= yes +USE_SDL= mixer sdl USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |