diff options
Diffstat (limited to 'lang/pike72/Makefile')
-rw-r--r-- | lang/pike72/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |