diff options
author | roam <roam@FreeBSD.org> | 2002-03-12 19:51:15 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-03-12 19:51:15 +0800 |
commit | ae421b60b36d30d09b4095f14e42f8f8cc8717de (patch) | |
tree | 89625a5e0c03d19db137aec49a548977cc8fe67f | |
parent | 0d284fa4c2d2c33c47ba4ece3ecc273c50749308 (diff) | |
download | freebsd-ports-gnome-ae421b60b36d30d09b4095f14e42f8f8cc8717de.tar.gz freebsd-ports-gnome-ae421b60b36d30d09b4095f14e42f8f8cc8717de.tar.zst freebsd-ports-gnome-ae421b60b36d30d09b4095f14e42f8f8cc8717de.zip |
Bump the freetype2 library version in a couple of ports sobomax missed.
-rw-r--r-- | databases/grass-i18n/Makefile | 2 | ||||
-rw-r--r-- | databases/grass/Makefile | 2 | ||||
-rw-r--r-- | print/fontforge/Makefile | 2 | ||||
-rw-r--r-- | print/pfaedit/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
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} \\" |