diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 19:45:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 19:45:42 +0000 |
commit | fbc232aef005adc66b6d803738adbbeb0b364d1a (patch) | |
tree | 4c3f857b6f0186921f347a80c18b028eb7d65d63 | |
parent | Update the default version of GCC in the Ports Collection from GCC 4.7.4 (diff) |
grab maintainership
Notes
Notes:
svn path=/head/; revision=367884
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 201e01612b70..b131007ad2f5 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick LIB_DEPENDS= libjbig.so:${PORTSDIR}/graphics/jbigkit \ |