diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-20 11:28:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-20 11:28:18 +0000 |
commit | a50b79ffe4ad53b98f12fb0459367b788c6c0da9 (patch) | |
tree | b7c1dacb4f39a206f739908f6b8316fd3f592248 /games/xpired/Makefile | |
parent | f93a811dcf3422b83bf82051439815e2aced4e6f (diff) | |
download | ports-a50b79ffe4ad53b98f12fb0459367b788c6c0da9.tar.gz ports-a50b79ffe4ad53b98f12fb0459367b788c6c0da9.zip |
Notes
Diffstat (limited to 'games/xpired/Makefile')
-rw-r--r-- | games/xpired/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/xpired/Makefile b/games/xpired/Makefile index 3236154c59b6..b33d080f115d 100644 --- a/games/xpired/Makefile +++ b/games/xpired/Makefile @@ -16,11 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source MAINTAINER= edwin@mavetju.org COMMENT= An action-puzzle maze escape game (SDL) -LIB_DEPENDS= SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 - +USE_SDL= gfx image mixer sdl WRKSRC= ${WRKDIR}/src do-install: |