From 8a9ea8547997bd900dc7ad18bd6ed25e302b27fb Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Sun, 1 Jun 2003 00:05:11 +0000 Subject: PR: 52611 Submitted by: MAINTAINER Fixing detection of pdflib.so.5 since it has changed from ports/pdflib4 to ports/pdflib. --- lang/pike72/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/pike72/Makefile') diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index ff0c768d8edb..8cde18eca5b5 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike72 PORTVERSION= 7.2.492 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ http://ftp.oav.net/pkg_freebsd/distfiles/ \ @@ -106,7 +106,7 @@ WITH_SANE= yes WITH_MESA= yes .endif -.if exists(${LOCALBASE}/lib/libpdf.so.4) +.if exists(${LOCALBASE}/lib/libpdf.so.5) WITH_PDF= yes .endif @@ -180,7 +180,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib4 +LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-libpdf .else CONFIGURE_ARGS+= --without-libpdf -- cgit v1.2.3