diff options
author | jmmv <jmmv> | 2003-12-14 21:35:11 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-14 21:35:11 +0000 |
commit | 2c64a62e17780766e97504aac3e7f84c273a60a1 (patch) | |
tree | 5acdac5bbc5077765cb0cdf0c9113138b2d039a3 /graphics/librsvg2/Makefile | |
parent | 3497909e5b585d6e48607b70f74ec94e6b289ead (diff) | |
download | pkgsrc-2c64a62e17780766e97504aac3e7f84c273a60a1.tar.gz |
Update to 2.4.0, based on work done by xtraeme@:
Version 2.4.0
- gdk-pixbuf loader fix
- support for title and desc elements
Version 2.3.0
- Support Paths inside of <defs> and use them in <use/> statements
- Vastly improved CSS support (libcroco and builtin)
- LibCroco CSS support
- Improved support for Gimp plugin
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 0a6113ff494..16037f05afb 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2003/12/13 00:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/12/14 21:35:11 jmmv Exp $ # -DISTNAME= librsvg-2.2.5 +DISTNAME= librsvg-2.4.0 PKGNAME= ${DISTNAME:S/-/2-/} -PKGREVISION= 4 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/2.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/2.4/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -29,8 +28,6 @@ MESSAGE_SUBST+= PKG_SYSCONFDIR.gtk2="${PKG_SYSCONFBASE}/gtk-2.0" MESSAGE_SUBST+= PKG_SYSCONFDIR.gtk2="${PKG_SYSCONFDIR.gtk2}" .endif -BUILDLINK_DEPENDS.gtk2= gtk2+>=2.2.2nb1 - .include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/libart2/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" |