diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 03:30:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 03:30:38 +0800 |
commit | 43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b (patch) | |
tree | 59ad758934db176bdd1039be2ad7e5df0a63807c /games/neverball/Makefile | |
parent | 06a8b8119b8dd7bd381378a48edb15016fde7ffa (diff) | |
download | freebsd-ports-gnome-43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b.tar.gz freebsd-ports-gnome-43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b.tar.zst freebsd-ports-gnome-43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b.zip |
- Use new knobs from bsd.sdl.mk
PR: 61640
Submitted by: maintainer
Diffstat (limited to 'games/neverball/Makefile')
-rw-r--r-- | games/neverball/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile index ef12f6004b93..6d2e2a99d46c 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -14,17 +14,14 @@ MAINTAINER= mezz7@cox.net COMMENT= Tilt the floor to guide a ball through an obstacle course BUILD_DEPENDS= ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_BZIP2= yes -USE_SDL= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes +USE_SDL= image mixer ttf sdl DIRS= back bgm map mtrl png shot snd sol ttf |