diff options
author | mva <mva@FreeBSD.org> | 2009-02-20 05:45:43 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2009-02-20 05:45:43 +0800 |
commit | 4f75b4dde5d7eab2e474842db370103c6d278355 (patch) | |
tree | ef076ef465fb2649e1b724165ea6e5282cd8e292 /graphics/sdl_image | |
parent | 76bf42f6038d4a39291508ebc949b03bd2e72db3 (diff) | |
download | freebsd-ports-gnome-4f75b4dde5d7eab2e474842db370103c6d278355.tar.gz freebsd-ports-gnome-4f75b4dde5d7eab2e474842db370103c6d278355.tar.zst freebsd-ports-gnome-4f75b4dde5d7eab2e474842db370103c6d278355.zip |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
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 a758e94b1e72..a44258f9e95a 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= A simple library to load images of various formats as SDL surfaces LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |