diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-18 17:58:59 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-18 17:58:59 +0000 |
commit | 808ff5ee3555d399f7f367006c6dca983b9815f8 (patch) | |
tree | bf95c00c8aaec1efb7140787b89a8922f01b3bfd /graphics | |
parent | d37594b248221e8db4b43074c789f389d97404ac (diff) | |
download | FreeBSD-ports-808ff5ee3555d399f7f367006c6dca983b9815f8.zip FreeBSD-ports-808ff5ee3555d399f7f367006c6dca983b9815f8.tar.gz |
Chase the libcroco shared lib version.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index a0fe5f7..a39ea01 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -7,6 +7,7 @@ PORTNAME= librsvg2 PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 @@ -20,7 +21,7 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt \ gsf-1.9:${PORTSDIR}/devel/libgsf \ - croco.2:${PORTSDIR}/textproc/libcroco + croco.3:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes |