From 257475f4e270deb1906770a40ef965d96b882882 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 26 Sep 2003 23:38:34 +0000 Subject: chase print/pdflib libversion upgrade PR: ports/57204 --- lang/php4/Makefile | 2 +- lang/php5/Makefile | 2 +- lang/php53/Makefile | 2 +- lang/pike72/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/php4/Makefile b/lang/php4/Makefile index e6c19b5..76203fe 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 diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 0213c36..9d72581 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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 0213c36..9d72581 100644 --- a/lang/php53/Makefile +++ b/lang/php53/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 diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index 8cde18e..e09fa58 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -180,7 +180,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-libpdf .else CONFIGURE_ARGS+= --without-libpdf -- cgit v1.1