diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 15:47:58 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 15:47:58 +0000 |
commit | 35afe081b27dc7c0ba6acbd33ce332665c7ad111 (patch) | |
tree | b51c04492d2a80f9a39f0a9fe3f8358e659641c6 /games/asc | |
parent | 4158a5b013bcf515734facc1c450e8b56212060d (diff) |
The paragui library got another suffix with the previous update.
Update the dependencies here as well.
Notes
Notes:
svn path=/head/; revision=89697
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index a04b1715837d..4a981fd969b6 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDLmm.8:${PORTSDIR}/devel/sdlmm \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - paragui.3:${PORTSDIR}/x11-toolkits/paragui + paragui.4:${PORTSDIR}/x11-toolkits/paragui WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |