diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 440eae3647b9..f95598e03f27 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files +DEPRECATED= unmaintained and not used anymore +EXPIRATION_DATE= 2011-11-06 + BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt diff --git a/textproc/p5-XML-LibRSVG/Makefile b/textproc/p5-XML-LibRSVG/Makefile index 49636685abc1..0cd52dfc18ed 100644 --- a/textproc/p5-XML-LibRSVG/Makefile +++ b/textproc/p5-XML-LibRSVG/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Interface to GNOME's librsvg +DEPRECATED= unmaintained and not used anymore +EXPIRATION_DATE= 2011-11-06 + LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg \ freetype.9:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \