diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-26 23:38:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-26 23:38:34 +0000 |
commit | baa72af69d95c56394383af1d05b99bbb22c4e68 (patch) | |
tree | c688e7193e17956e5ba84bcf3e08a4e78c1d4958 /lang/php4 | |
parent | [Maintainer Update] Port: print/pdflib (diff) |
chase print/pdflib libversion upgrade
PR: ports/57204
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index e6c19b50836d..76203fe38095 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -479,7 +479,7 @@ CONFIGURE_ARGS+=--with-pcre-regex=yes .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 |