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/vectoroids | |
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/vectoroids')
-rw-r--r-- | games/vectoroids/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile index 3b246f9e0d96..6638bbe5fc6d 100644 --- a/games/vectoroids/Makefile +++ b/games/vectoroids/Makefile @@ -14,11 +14,8 @@ MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A vector-based, pretty, Asteroids clone -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - USE_X_PREFIX= yes -USE_SDL= yes +USE_SDL= image mixer sdl USE_GMAKE= yes do-install: |