diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
commit | 100e42b471c2addd74c7e3f210e0a4dbf13e6099 (patch) | |
tree | 56f3c7670a3edba19011902ad2efd8f59ab4303c /games/sdlroids | |
parent | d087ded22933179937b957ca8330a5ea90ae79f3 (diff) | |
download | freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.gz freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.zst freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.zip |
- Use new knobs from bsd.sdl.mk
Diffstat (limited to 'games/sdlroids')
-rw-r--r-- | games/sdlroids/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index e78f94bfbf14..3e80869b2ed7 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -14,14 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An enhanced shoot-the-asteroids game -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= mixer sdl USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" MAN6= sdlroids.6 |