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 | |
parent | Remove an out-dated header pertaining to the non-existent mswordview port, (diff) |
Chase the pisock shared lib version number. Note, this new version may
break some of these ports, but they're definitely broken without this.
Notes
Notes:
svn path=/head/; revision=66517
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
6 files changed, 6 insertions, 6 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 diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index eab2e3c2def9..304e105e5df6 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/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 diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 3f6fa008fdf9..4b49c398cc53 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--enable-jconv CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) -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 .else diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 3f6fa008fdf9..4b49c398cc53 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--enable-jconv CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) -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 .else diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 3f6fa008fdf9..4b49c398cc53 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--enable-jconv CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) -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 .else diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 3f6fa008fdf9..4b49c398cc53 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--enable-jconv CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) -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 .else |