aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-18 15:34:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-18 15:34:20 +0000
commitb8d930b4fe3c4a7e68c0cd790575137796746a18 (patch)
treea66c0073e9e1ec0771d5180c2a4a5b1163f7998e /lang
parent7088054b3460a243ed9c3e7884f3c3a6cb889499 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/pike72/Makefile4
-rw-r--r--lang/pike76/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index 2fa99dabd4b4..0e101f698b01 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -91,7 +91,7 @@ WITH_IODBC= yes
WITH_SANE= yes
.endif
-.if exists(${LOCALBASE}/lib/libpdf.so.5)
+.if exists(${LOCALBASE}/lib/libpdf.so.7)
WITH_PDF= yes
.endif
@@ -165,7 +165,7 @@ CONFIGURE_ARGS+= --without-sane
.endif
.if defined(WITH_PDF)
-LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib
+LIB_DEPENDS+= pdf.7:${PORTSDIR}/print/pdflib
CONFIGURE_ARGS+= --with-libpdf
.else
CONFIGURE_ARGS+= --without-libpdf
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 3b8b58a32dff..d846ccbf9e7f 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -189,7 +189,7 @@ CONFIGURE_ARGS+= --without-sane
.endif
.if defined(WITH_PDF)
-LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \
+LIB_DEPENDS+= pdf.7:${PORTSDIR}/print/pdflib \
panda.0:${PORTSDIR}/print/panda
CONFIGURE_ARGS+= --with-libpdf --with-libpanda
.else