diff options
-rw-r--r-- | graphics/autotrace/Makefile | 2 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 2 | ||||
-rw-r--r-- | graphics/libafterimage/Makefile | 2 | ||||
-rw-r--r-- | graphics/librsvg/Makefile | 2 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 2 | ||||
-rw-r--r-- | graphics/libwmf/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 | ||||
-rw-r--r-- | print/ft2demos/Makefile | 2 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 2 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 2 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-LibRSVG/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 137d66a3552a..36c9465091af 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kanou@mil.allnet.ne.jp LIB_DEPENDS= jbig.1:${PORTSDIR}/graphics/jbigkit \ df.1:${PORTSDIR}/graphics/hdf \ tiff.4:${PORTSDIR}/graphics/tiff \ - freetype.8:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ ming.3:${PORTSDIR}/graphics/ming \ diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 89cee0401a6f..2d9ccca0abdf 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - freetype.8:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_XPM= yes diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 6ff93bd3b27e..0822255784c3 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= AfterBase.0:${PORTSDIR}/devel/libafterbase \ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - freetype.8:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 1fde051bd404..f8f1a9dc2cef 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/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 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 diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 8ef7ed3b7fda..8fc224f6061c 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 .ifndef (WITHOUT_X11) diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 88dd1c5966d7..6899afdd7eef 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ - freetype.8:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index 122d393d0d12..64b91a21c93c 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -20,7 +20,7 @@ MAINTAINER= kanou@mil.allnet.ne.jp BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build -LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes USE_BZIP2= yes diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 6f64ab03231e..5f661689b6de 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-print-${PORTVERSION} 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 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 6f64ab03231e..5f661689b6de 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-print-${PORTVERSION} 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 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 6f64ab03231e..5f661689b6de 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-print-${PORTVERSION} 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 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} diff --git a/textproc/p5-XML-LibRSVG/Makefile b/textproc/p5-XML-LibRSVG/Makefile index 14f7d9f330f8..e3519e24a5e2 100644 --- a/textproc/p5-XML-LibRSVG/Makefile +++ b/textproc/p5-XML-LibRSVG/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@protey.ru LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg \ - freetype.8:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 9443d4d86f5c..e68d71881932 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 \ msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ - freetype.8:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ eel.0:${PORTSDIR}/x11-toolkits/eel .if !defined(WITHOUT_MOZILLA) diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 9443d4d86f5c..e68d71881932 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 \ msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ - freetype.8:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ eel.0:${PORTSDIR}/x11-toolkits/eel .if !defined(WITHOUT_MOZILLA) diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 7dbca63dd8c9..8108737ba446 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -17,7 +17,7 @@ DISTFILES= X410src-1.tgz MAINTAINER= taguchi@tohoku.iij.ad.jp BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 -LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= mkhtmlindex:${PORTSDIR}/devel/imake-4 XFREE86_VERSION= 4 |