diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
commit | 1b91e235c32daa52cee3d70048627b4e136f5e91 (patch) | |
tree | 93cc9fad679a3a5cc17db769a155ad93c3405b6a /lang/pike76 | |
parent | 06b8ce46b8948d98932446a382ba0cb999504ecd (diff) |
Notes
Diffstat (limited to 'lang/pike76')
-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 |