diff options
author | roam <roam@FreeBSD.org> | 2003-10-03 16:40:42 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-03 16:40:42 +0800 |
commit | e4cf548000536dc9a728f4ba8ba5d1ce5316bcdc (patch) | |
tree | de34ff92ff9ddb5f3cede81a3d8663b7c7135644 /lang | |
parent | 8c33c70bfdef1b32f59126bdf7ea2db3bf02b416 (diff) | |
download | freebsd-ports-gnome-e4cf548000536dc9a728f4ba8ba5d1ce5316bcdc.tar.gz freebsd-ports-gnome-e4cf548000536dc9a728f4ba8ba5d1ce5316bcdc.tar.zst freebsd-ports-gnome-e4cf548000536dc9a728f4ba8ba5d1ce5316bcdc.zip |
Use the current version of pdflib instead of pdflib4.
Bump PORTREVISION for the dependency (and possibly functionality) change.
PR: 57499
Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike74/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/pike74/Makefile b/lang/pike74/Makefile index c71d2efc41d8..adc92e6690b0 100644 --- a/lang/pike74/Makefile +++ b/lang/pike74/Makefile @@ -7,6 +7,7 @@ PORTNAME= pike74 PORTVERSION= 7.4.28 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ @@ -124,7 +125,7 @@ WITH_SANE= yes WITH_MESA= yes .endif -.if exists(${LOCALBASE}/lib/libpdf.so.4) || exists(${LOCALBASE}/lib/libpanda.so.0) +.if exists(${LOCALBASE}/lib/libpdf.so.6) || exists(${LOCALBASE}/lib/libpanda.so.0) WITH_PDF= yes .endif @@ -244,7 +245,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib4 \ +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \ panda.0:${PORTSDIR}/print/panda CONFIGURE_ARGS+= --with-libpdf --with-libpanda .else |