diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
commit | dd7a0b22e34c414affa09babf76eea8447b6aa29 (patch) | |
tree | ef40da067a811ab73a43a6ea34f928023d394b82 /mail/sylpheed | |
parent | cca8ed3520f3267bf6429926c9d8c6d127c98dcc (diff) | |
download | FreeBSD-ports-dd7a0b22e34c414affa09babf76eea8447b6aa29.zip FreeBSD-ports-dd7a0b22e34c414affa09babf76eea8447b6aa29.tar.gz |
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/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 3f6fa00..4b49c39 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 |