aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-18 00:35:39 +0800
committermarcus <marcus@FreeBSD.org>2002-09-18 00:35:39 +0800
commitdd7a0b22e34c414affa09babf76eea8447b6aa29 (patch)
treeef40da067a811ab73a43a6ea34f928023d394b82 /mail/claws-mail
parentcca8ed3520f3267bf6429926c9d8c6d127c98dcc (diff)
downloadfreebsd-ports-gnome-dd7a0b22e34c414affa09babf76eea8447b6aa29.tar.gz
freebsd-ports-gnome-dd7a0b22e34c414affa09babf76eea8447b6aa29.tar.zst
freebsd-ports-gnome-dd7a0b22e34c414affa09babf76eea8447b6aa29.zip
Chase the pisock shared lib version number. Note, this new version may
break some of these ports, but they're definitely broken without this.
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index eab2e3c2def9..304e105e5df6 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -64,7 +64,7 @@ LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --enable-pspell
.endif
.if defined(WITH_JPILOT) || defined(WITH_ALL)
-LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link
+LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+= --enable-jpilot
.endif