diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:44:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:44:29 +0000 |
commit | 955497312bd1d3f5fb0fcb449b4ad1be3457f6c0 (patch) | |
tree | 52df35a8551936bf09c7b832aab16b997fc8db52 /devel/p5-SDL | |
parent | 374aea459d2eacb277be1d78d2510f46894ec338 (diff) | |
download | ports-955497312bd1d3f5fb0fcb449b4ad1be3457f6c0.tar.gz ports-955497312bd1d3f5fb0fcb449b4ad1be3457f6c0.zip |
Notes
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r-- | devel/p5-SDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index fe5523ad5c51..5bc8a16c3363 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -5,6 +5,7 @@ PORTNAME= sdl PORTVERSION= 1.18.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.sdlperl.org/downloads/ \ ftp://sdlperl.org/SDL_perl/old/ @@ -29,7 +30,7 @@ LIB_DEPENDS+= SDL_net.0:${PORTSDIR}/net/sdl_net .endif .if !defined(WITHOUT_SDL_GFX) -LIB_DEPENDS+= SDL_gfx.8:${PORTSDIR}/graphics/sdl_gfx +LIB_DEPENDS+= SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx .endif .if !defined(WITHOUT_SDL_IMAGE) |