diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:25:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:25:31 +0800 |
commit | 928b76c5143061e3b3462765e3f19f1606d4b013 (patch) | |
tree | d43e453e02380a296005840e1846c970946411d9 /graphics/librsvg2/Makefile | |
parent | 64bec9f68b79be2c937d7527b5a0fb6342744f6d (diff) | |
download | freebsd-ports-gnome-928b76c5143061e3b3462765e3f19f1606d4b013.tar.gz freebsd-ports-gnome-928b76c5143061e3b3462765e3f19f1606d4b013.tar.zst freebsd-ports-gnome-928b76c5143061e3b3462765e3f19f1606d4b013.zip |
Chase increase of freetype2 shlib version.
Diffstat (limited to 'graphics/librsvg2/Makefile')
-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 1fde051bd404..f8f1a9dc2cef 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/sources/librsvg MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 \ +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ xml.5:${PORTSDIR}/textproc/libxml \ popt.0:${PORTSDIR}/devel/popt |