diff options
author | krion <krion@FreeBSD.org> | 2004-01-20 19:30:38 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-20 19:30:38 +0000 |
commit | 43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b (patch) | |
tree | 59ad758934db176bdd1039be2ad7e5df0a63807c /games/neverputt | |
parent | 06a8b8119b8dd7bd381378a48edb15016fde7ffa (diff) | |
download | FreeBSD-ports-43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b.zip FreeBSD-ports-43b2e5a9d122c5cf52cf44b6afe089ce14a3de9b.tar.gz |
- Use new knobs from bsd.sdl.mk
PR: 61640
Submitted by: maintainer
Diffstat (limited to 'games/neverputt')
-rw-r--r-- | games/neverputt/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/neverputt/Makefile b/games/neverputt/Makefile index aa46266..901578e 100644 --- a/games/neverputt/Makefile +++ b/games/neverputt/Makefile @@ -14,17 +14,14 @@ MAINTAINER= mezz7@cox.net COMMENT= 3D miniature golf for 1-4 players 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= bgm map mtrl png snd sol ttf |