summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2002-03-12 11:51:15 +0000
committerPeter Pentchev <roam@FreeBSD.org>2002-03-12 11:51:15 +0000
commit22a46c2ad6f88f0844196ec8ecec04e8eb72fee1 (patch)
tree1dacd5a7841fc956485500bdfd43f94fdad57ed4
parentCorrect checksum for Alpha zlib package. (diff)
Bump the freetype2 library version in a couple of ports sobomax missed.
Notes
Notes: svn path=/head/; revision=55930
-rw-r--r--databases/grass-i18n/Makefile2
-rw-r--r--databases/grass/Makefile2
-rw-r--r--print/fontforge/Makefile2
-rw-r--r--print/pfaedit/Makefile2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile
index 2774e2f23fe9..1181f54bbf99 100644
--- a/databases/grass-i18n/Makefile
+++ b/databases/grass-i18n/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
gd.2:${PORTSDIR}/graphics/gd \
fftw.2:${PORTSDIR}/math/fftw \
giconv.2:${PORTSDIR}/converters/libiconv \
- freetype.8:${PORTSDIR}/print/freetype2 \
+ freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.2:${PORTSDIR}/databases/gdbm \
pq.2:${PORTSDIR}/databases/postgresql7 \
odbc.1:${PORTSDIR}/databases/unixODBC \
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 2774e2f23fe9..1181f54bbf99 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
gd.2:${PORTSDIR}/graphics/gd \
fftw.2:${PORTSDIR}/math/fftw \
giconv.2:${PORTSDIR}/converters/libiconv \
- freetype.8:${PORTSDIR}/print/freetype2 \
+ freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.2:${PORTSDIR}/databases/gdbm \
pq.2:${PORTSDIR}/databases/postgresql7 \
odbc.1:${PORTSDIR}/databases/unixODBC \
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index 23999615b240..c7b14fd5386d 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
ungif.5:${PORTSDIR}/graphics/libungif \
- freetype.8:${PORTSDIR}/print/freetype2
+ freetype.9:${PORTSDIR}/print/freetype2
USE_GMAKE= yes
USE_XLIB= yes
diff --git a/print/pfaedit/Makefile b/print/pfaedit/Makefile
index 23999615b240..c7b14fd5386d 100644
--- a/print/pfaedit/Makefile
+++ b/print/pfaedit/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
ungif.5:${PORTSDIR}/graphics/libungif \
- freetype.8:${PORTSDIR}/print/freetype2
+ freetype.9:${PORTSDIR}/print/freetype2
USE_GMAKE= yes
USE_XLIB= yes
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 21b379e34b9f..98c34a56224e 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -80,7 +80,7 @@ while [ "$1" ]; do
case $1 in
\"GD\")
echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd"
- echo "LIB_DEPENDS+= freetype.8:\${PORTSDIR}/print/freetype2"
+ echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2"
echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png"
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\"
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 21b379e34b9f..98c34a56224e 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -80,7 +80,7 @@ while [ "$1" ]; do
case $1 in
\"GD\")
echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd"
- echo "LIB_DEPENDS+= freetype.8:\${PORTSDIR}/print/freetype2"
+ echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2"
echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png"
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\"