summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-26 23:38:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-26 23:38:34 +0000
commitbaa72af69d95c56394383af1d05b99bbb22c4e68 (patch)
treec688e7193e17956e5ba84bcf3e08a4e78c1d4958 /lang/php5
parent[Maintainer Update] Port: print/pdflib (diff)
chase print/pdflib libversion upgrade
PR: ports/57204
Notes
Notes: svn path=/head/; revision=89483
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
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