diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:02:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:02:01 +0000 |
commit | b7cdacd1734ee37cb94a9963556ad73416d50e18 (patch) | |
tree | df2c032468427dc0c7b66d3bb125b511416bc590 /graphics/svg2pdf | |
parent | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (diff) | |
download | ports-b7cdacd1734ee37cb94a9963556ad73416d50e18.tar.gz ports-b7cdacd1734ee37cb94a9963556ad73416d50e18.zip |
Notes
Diffstat (limited to 'graphics/svg2pdf')
-rw-r--r-- | graphics/svg2pdf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index 7d50f0a5cd89..11242382717b 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: svg2pdf -# Date created: August 05, 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/svg2pdf/Makefile,v 1.2 2005/08/08 02:09:09 marcus Exp $ -# PORTNAME= svg2pdf PORTVERSION= 0.1.3 @@ -18,6 +14,7 @@ COMMENT= Render an SVG image to a PDF file (using cairo) LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes +USES= pkgconfig MAN1= svg2pdf.1 PLIST_FILES= bin/svg2pdf |