diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
commit | 4ffd9a16abcfccd93a547cb250ab822813495dfb (patch) | |
tree | 109399c9447402c35000c93f1a350a133840bd77 /games/sdlroids | |
parent | 54866d4f64f299f64caa6bef1156444c2759dc53 (diff) | |
download | freebsd-ports-gnome-4ffd9a16abcfccd93a547cb250ab822813495dfb.tar.gz freebsd-ports-gnome-4ffd9a16abcfccd93a547cb250ab822813495dfb.tar.zst freebsd-ports-gnome-4ffd9a16abcfccd93a547cb250ab822813495dfb.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 |