diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
commit | 74230dc0c1f009235a9f905409f0aec6b98ba2e0 (patch) | |
tree | 9a51e97aae432fcea74885163c34d9b2ea320182 /games/toppler | |
parent | 1cf84a7629db2f277899160ca95c291a219291a4 (diff) | |
download | freebsd-ports-gnome-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.gz freebsd-ports-gnome-74230dc0c1f009235a9f905409f0aec6b98ba2e0.tar.zst freebsd-ports-gnome-74230dc0c1f009235a9f905409f0aec6b98ba2e0.zip |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/toppler')
-rw-r--r-- | games/toppler/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 916d125f02ae..c0056afcc72a 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -14,15 +14,10 @@ MASTER_SITE_SUBDIR= toppler MAINTAINER= dom@happygiraffe.net COMMENT= A game where you have to climb the tower and avoid the monsters -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 -LIB_DEPENDS+= SDL_mixer:${PORTSDIR}/audio/sdl_mixer - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= mixer sdl USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" MAN6= toppler.6 |