diff options
author | oliver <oliver@FreeBSD.org> | 2003-09-28 15:47:58 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-09-28 15:47:58 +0000 |
commit | b50823c30457aff1abaeb428fc27b22d715791fa (patch) | |
tree | bdfa5449107353defcb2c4988f002e98a816390d /games/asc/Makefile | |
parent | 2117655da37b62f8180d3abcae7a5198e04a7f7c (diff) | |
download | FreeBSD-ports-b50823c30457aff1abaeb428fc27b22d715791fa.zip FreeBSD-ports-b50823c30457aff1abaeb428fc27b22d715791fa.tar.gz |
The paragui library got another suffix with the previous update.
Update the dependencies here as well.
Diffstat (limited to 'games/asc/Makefile')
-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 a04b171..4a981fd 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} |