aboutsummaryrefslogtreecommitdiff
path: root/lang/pike74
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-10-03 08:40:42 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-10-03 08:40:42 +0000
commitb4e6f943905d51131814c1f81c6c9c20225b911b (patch)
tree8d31ef804d2b7593c47178c2ad1493094d8bfeb6 /lang/pike74
parent56bf077188ab1fdae31e0422f6dfdc6cb9e02708 (diff)
downloadports-b4e6f943905d51131814c1f81c6c9c20225b911b.tar.gz
ports-b4e6f943905d51131814c1f81c6c9c20225b911b.zip
Use the current version of pdflib instead of pdflib4.
Bump PORTREVISION for the dependency (and possibly functionality) change. PR: 57499 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=90084
Diffstat (limited to 'lang/pike74')
-rw-r--r--lang/pike74/Makefile5
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