diff options
author | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
commit | 2d8b5322387f75423e7aaba212f585214d97fcac (patch) | |
tree | b8ba81cf25739b07eb66326308babbef00b6c244 /lang | |
parent | 3401e522e39ba4ee072173b9f1298e7b4a60d412 (diff) | |
download | freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.gz freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.zst freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.zip |
Chase pdflib.so version and bump PORTREVISION accordingly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike76/Makefile | 2 |
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 |