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 /print/fontforge | |
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.
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |