diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-03 15:16:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-03 15:16:55 +0000 |
commit | 3e67dce58df84b9f32d3c7c183881173ccb0a8e1 (patch) | |
tree | e7f963243cad9fb2a7f8a81e9bd8826cf19304c2 /games/asc/Makefile | |
parent | - Update to 0.1.8; (diff) |
Update to 1.5.13.
Notes
Notes:
svn path=/head/; revision=47369
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 953dd6c56455..849a066ae5b2 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asc -PORTVERSION= 1.3.21 +PORTVERSION= 1.5.13 CATEGORIES= games MASTER_SITES= ftp://asc-hq.sourceforge.net/pub/asc-hq/develop/ \ http://www.asc-hq.org/develop/ @@ -16,7 +16,8 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + SDLmm.8:${PORTSDIR}/devel/sdlmm .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif |