diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 10:09:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 10:09:09 +0800 |
commit | 5198b9c94bd1e9b6c539a9ccd9c95a891b8fbf10 (patch) | |
tree | a074640f08509b1eddedbe4cf0093212475d1a2f /graphics | |
parent | 090cfa3bf53c73afd180c56b3477867f9016e75f (diff) | |
download | marcuscom-ports-5198b9c94bd1e9b6c539a9ccd9c95a891b8fbf10.tar.gz marcuscom-ports-5198b9c94bd1e9b6c539a9ccd9c95a891b8fbf10.tar.zst marcuscom-ports-5198b9c94bd1e9b6c539a9ccd9c95a891b8fbf10.zip |
Correct COMMENT.
Reported by: ahze
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4404 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-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 |