diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
commit | ab1babc86076ff60b9ed4e664c5f81f0e10665cf (patch) | |
tree | 732485a9f54c922a44742c480bffd57147ccac23 /mail/claws-mail | |
parent | f878ca4ec3113498fd296bc1bfa12eb9e6e974dc (diff) | |
download | ports-ab1babc86076ff60b9ed4e664c5f81f0e10665cf.tar.gz ports-ab1babc86076ff60b9ed4e664c5f81f0e10665cf.zip |
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
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 |