diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:02:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:02:01 +0800 |
commit | 53600dfaabdae69e2abc3babafc09671f8916908 (patch) | |
tree | df2c032468427dc0c7b66d3bb125b511416bc590 /graphics/svg2pdf | |
parent | cc33170943fa61617b8f7e5b3db1b43320de5379 (diff) | |
download | freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.gz freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.zst freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.zip |
Add an explicit dependency on pkgconf
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 |