diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-10-28 12:01:33 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-10-28 12:01:33 +0000 |
commit | f84ed8b6a4ba8ac848e14e2a8d428d3731e0e197 (patch) | |
tree | 2e54793deef05e0377b47a829aefa594cf53848e /graphics/sdl_image | |
parent | f796973113e20a409580b87858058b5959f50936 (diff) | |
download | ports-f84ed8b6a4ba8ac848e14e2a8d428d3731e0e197.tar.gz ports-f84ed8b6a4ba8ac848e14e2a8d428d3731e0e197.zip |
Notes
Diffstat (limited to 'graphics/sdl_image')
-rw-r--r-- | graphics/sdl_image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index b8d277b1cccb..551cc0caf2bc 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A simple library to load images of various formats as SDL surfaces LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |