summaryrefslogtreecommitdiff
path: root/lang/pike72
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-10-09 08:18:35 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-10-09 08:18:35 +0000
commit8e8d970bfa7cba3bff09646d2350304a98b686a3 (patch)
treeb533d9cd9b6644764b58eaa5eb542a252ea7c0f8 /lang/pike72
parentUpdate to 7.0.0 release. (diff)
Chase pdf library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=175052
Diffstat (limited to 'lang/pike72')
-rw-r--r--lang/pike72/Makefile6
1 files changed, 3 insertions, 3 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