diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/svg2png/Makefile | 2 | ||||
-rw-r--r-- | graphics/xsvg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index aa35d235df24..761e56ebb4c5 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PNG image (using cairo) LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index 0187ec5e7772..122f6bf6247f 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= X11 SVG viewer LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo |