diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 07:38:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 07:38:34 +0800 |
commit | 257475f4e270deb1906770a40ef965d96b882882 (patch) | |
tree | a007431d48be61a29fb0d2f9ae29da7005bb7f49 /lang/php5 | |
parent | ce5d09717625f237a9e0e932ae1983e064117a31 (diff) | |
download | freebsd-ports-gnome-257475f4e270deb1906770a40ef965d96b882882.tar.gz freebsd-ports-gnome-257475f4e270deb1906770a40ef965d96b882882.tar.zst freebsd-ports-gnome-257475f4e270deb1906770a40ef965d96b882882.zip |
chase print/pdflib libversion upgrade
PR: ports/57204
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 0213c36b4652..9d725812fd40 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -445,7 +445,7 @@ CONFIGURE_ARGS+=--with-pcre-regex .endif .if defined(WITH_PDFLIB) -LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+=--with-pdflib=${LOCALBASE} .endif |