diff options
author | ale <ale@FreeBSD.org> | 2004-02-27 15:45:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-27 15:45:21 +0800 |
commit | 5ff19ce25f19d792a88e4809bbcc13deac1b29f0 (patch) | |
tree | 9124d9f3e90ff3f8d3b9b8fbe94a37923e8dbc59 /lang/php4 | |
parent | 7108767d7ceb5eb0b96fc9e81715cd31fa74ff19 (diff) | |
download | freebsd-ports-gnome-5ff19ce25f19d792a88e4809bbcc13deac1b29f0.tar.gz freebsd-ports-gnome-5ff19ce25f19d792a88e4809bbcc13deac1b29f0.tar.zst freebsd-ports-gnome-5ff19ce25f19d792a88e4809bbcc13deac1b29f0.zip |
Add PostScript Type-1 font support for GD extension.
PR: ports/63410
Submitted by: Toni Viemerö <toni.viemero@iki.fi> (PR)
Lars Balker Rasmussen <lars@balker.org> (email)
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index e591c60de7c4..eaa867f32eb4 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -300,12 +300,14 @@ CONFIGURE_ARGS+=--enable-ftp .if defined(WITH_GD) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--with-gd \ --enable-gd-native-ttf \ --enable-gd-jis-conv \ --with-freetype-dir=${LOCALBASE} \ + --with-t1lib=${LOCALBASE} \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} .if !defined(WITHOUT_X11) |