diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-18 15:34:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-18 15:34:20 +0000 |
commit | b8d930b4fe3c4a7e68c0cd790575137796746a18 (patch) | |
tree | a66c0073e9e1ec0771d5180c2a4a5b1163f7998e /lang/pike76 | |
parent | - Take care of empty directories after uninstall (diff) |
- Chase pdflib update
These ports were broken for 5, resp. 14 months. Ouch.
PR: ports/75187 (pike76)
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Pointy hats: ale, edwin
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 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 |