diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:56:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:56:56 +0000 |
commit | 6b1447aa4ec78bbf8fe77ec7a81cab2b3dd96cfa (patch) | |
tree | 668bb32fb6bd19869b7676e910a01eb7cebb7c05 /converters/py-svglib | |
parent | 5899c2dceccd2f5de8c5d329d7b251c0adb706ed (diff) |
Notes
Diffstat (limited to 'converters/py-svglib')
-rw-r--r-- | converters/py-svglib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile index 19cc428ee69d..24114f32ef0f 100644 --- a/converters/py-svglib/Makefile +++ b/converters/py-svglib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-svglib -# Date created: 2008-11-11 -# Whom: Wen Heping <wenheping@wenheping.com> -# +# Created by: Wen Heping <wenheping@wenheping.com> # $FreeBSD$ -# PORTNAME= svglib PORTVERSION= 0.6.3 @@ -16,6 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= An Library For Reading And Converting SVG +BROKEN= Does not fetch + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2 LICENSE= LGPL3 |