diff options
author | ale <ale@FreeBSD.org> | 2006-10-09 16:18:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-09 16:18:35 +0800 |
commit | d3fe6e5b9f62dfca3c38ee893647115568cbd97f (patch) | |
tree | 69b92319b557eaf63a2b2d2e5d3ddf850e31a35a /lang | |
parent | f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4 (diff) | |
download | freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.tar.gz freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.tar.zst freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.zip |
Chase pdf library and bump PORTREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike72/Makefile | 6 | ||||
-rw-r--r-- | lang/pike76/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index 2596e7c47135..c611eb4e5511 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike72 PORTVERSION= 7.2.570 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \ ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/ @@ -96,7 +96,7 @@ WITH_IODBC= yes WITH_SANE= yes .endif -.if exists(${LOCALBASE}/lib/libpdf.so.7) +.if exists(${LOCALBASE}/lib/libpdf.so.8) WITH_PDF= yes .endif @@ -170,7 +170,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.7:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-libpdf .else CONFIGURE_ARGS+= --without-libpdf diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 977579a9d8f9..07e285a2064d 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike76 PORTVERSION= 7.6.64 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ @@ -188,7 +188,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.7:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib \ panda.0:${PORTSDIR}/print/panda CONFIGURE_ARGS+= --with-libpdf --with-libpanda .else |