diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-23 00:49:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-23 00:49:34 +0800 |
commit | 16edcebeb67a7c10782ba9062237f8ebb9c4a985 (patch) | |
tree | 63e3d8d6e91f5602d0e8b54507512c91056dc644 /graphics/librsvg2 | |
parent | 9e02f500aef27461148e6bba41a575c68abbaecf (diff) | |
download | marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.tar marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.tar.gz marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.tar.bz2 marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.tar.lz marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.tar.xz marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.tar.zst marcuscom-ports-16edcebeb67a7c10782ba9062237f8ebb9c4a985.zip |
Chase libgsf's shared lib version.
Spotted by: David Vastine <dvastine@vastine.net>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@795 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 329260c90..10ac86d33 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -19,7 +19,7 @@ COMMENT= Library for parsing and rendering SVG vector-graphic files BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt \ - gsf-1.8:${PORTSDIR}/devel/libgsf + gsf-1.9:${PORTSDIR}/devel/libgsf RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes |