summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-01-10 11:41:37 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-01-10 11:41:37 +0000
commit1b91e235c32daa52cee3d70048627b4e136f5e91 (patch)
tree93cc9fad679a3a5cc17db769a155ad93c3405b6a /lang
parentUpdate to version 1.6.4. (diff)
Chase pdflib.so version and bump PORTREVISION accordingly.
Notes
Notes: svn path=/head/; revision=288888
Diffstat (limited to 'lang')
-rw-r--r--lang/pike76/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 6eb92db7cd60..5fa794c28f55 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -191,7 +191,7 @@ CONFIGURE_ARGS+= --without-sane
.endif
.if defined(WITH_PDF)
-LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib \
+LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \
panda.0:${PORTSDIR}/print/panda
CONFIGURE_ARGS+= --with-libpdf --with-libpanda
.else