diff options
-rw-r--r-- | graphics/svg2pdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index 82f7fe3dc..8a2e4fa6b 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/svg2pdf/Makefile,v 1.1 2005/08/06 02:21:07 marcus Exp $ # PORTNAME= svg2pdf @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org -COMMENT= Render an SVG image to a PNG image (using cairo) +COMMENT= Render an SVG image to a PDF file (using cairo) LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo |