diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-09-24 09:59:03 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-09-24 09:59:03 +0000 |
commit | ded6387180bfe54623fb53329a3e19720c87607d (patch) | |
tree | 8361a5e3724fb5f2e84253496a6ac61dea87b519 /mail/claws-mail | |
parent | 0d8da349ef31c280435e6f38605a864bdd337a06 (diff) |
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 004bffaf3ccd..c5fb10486e81 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -110,7 +110,7 @@ CONFIGURE_ARGS+= --enable-aspell CONFIGURE_ARGS+= --disable-aspell .endif .if defined(WITH_JPILOT) || defined(WITH_ALL) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+= --enable-jpilot .else |