diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-03 08:40:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-03 08:40:42 +0000 |
commit | b4e6f943905d51131814c1f81c6c9c20225b911b (patch) | |
tree | 8d31ef804d2b7593c47178c2ad1493094d8bfeb6 /lang | |
parent | 56bf077188ab1fdae31e0422f6dfdc6cb9e02708 (diff) | |
download | ports-b4e6f943905d51131814c1f81c6c9c20225b911b.tar.gz ports-b4e6f943905d51131814c1f81c6c9c20225b911b.zip |
Notes
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 |