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 | |
parent | 0d8da349ef31c280435e6f38605a864bdd337a06 (diff) | |
download | ports-ded6387180bfe54623fb53329a3e19720c87607d.tar.gz ports-ded6387180bfe54623fb53329a3e19720c87607d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 004bffaf3ccd..c5fb10486e81 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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 |