summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-12 10:10:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-12 10:10:30 +0000
commit495daa29ccbccd8851d806db6bfcdd71c04675aa (patch)
treeee4badedc7ee4a753ada0ce4fe71cd499f5f3559 /graphics
parentUpdate to 2.0.4. (diff)
Update version number of freetype2 shared library.
Notes
Notes: svn path=/head/; revision=45065
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile2
-rw-r--r--graphics/autotrace/Makefile2
-rw-r--r--graphics/gd/Makefile2
-rw-r--r--graphics/gd1/Makefile2
-rw-r--r--graphics/gd2/Makefile2
-rw-r--r--graphics/librsvg/Makefile2
-rw-r--r--graphics/librsvg2/Makefile2
-rw-r--r--graphics/sdl_ttf/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 34e5ba6a8173..10a56867d931 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -37,7 +37,7 @@ LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \
lcms.1:${PORTSDIR}/graphics/lcms \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
- freetype.6:${PORTSDIR}/print/freetype2 \
+ freetype.7:${PORTSDIR}/print/freetype2 \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_PERL5= yes
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 7a811eab5f4a..585d03a966ab 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -17,7 +17,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.6:${PORTSDIR}/print/freetype2 \
+ freetype.7:${PORTSDIR}/print/freetype2 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
bz2.1:${PORTSDIR}/archivers/bzip2 \
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 09ac3b3b5531..d58e80f3fa93 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -19,7 +19,7 @@ MAINTAINER?= billf@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- freetype.6:${PORTSDIR}/print/freetype2
+ freetype.7:${PORTSDIR}/print/freetype2
.if defined(WITH_X11)
USE_XLIB= yes
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 09ac3b3b5531..d58e80f3fa93 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -19,7 +19,7 @@ MAINTAINER?= billf@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- freetype.6:${PORTSDIR}/print/freetype2
+ freetype.7:${PORTSDIR}/print/freetype2
.if defined(WITH_X11)
USE_XLIB= yes
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile
index 09ac3b3b5531..d58e80f3fa93 100644
--- a/graphics/gd2/Makefile
+++ b/graphics/gd2/Makefile
@@ -19,7 +19,7 @@ MAINTAINER?= billf@FreeBSD.org
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- freetype.6:${PORTSDIR}/print/freetype2
+ freetype.7:${PORTSDIR}/print/freetype2
.if defined(WITH_X11)
USE_XLIB= yes
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile
index 4ebfc4d54175..104dfb86888b 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.6:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2 \
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
xml.5:${PORTSDIR}/textproc/libxml
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 4ebfc4d54175..104dfb86888b 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.6:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2 \
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
xml.5:${PORTSDIR}/textproc/libxml
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index e5f8eae0862b..4fd59c6dfe61 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.6:${PORTSDIR}/print/freetype2
+ freetype.7:${PORTSDIR}/print/freetype2
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config