diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-25 03:03:06 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-25 03:03:06 +0000 |
commit | c6c660c9c8498f31cf99089beff2a55921da5953 (patch) | |
tree | 5b302be699512be4e81edd2b9a46a14e8005dd0b /mail/sylpheed2 | |
parent | 266451b3e8bf1b89ffa7c26fadd0b8733b89fd39 (diff) |
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 4d5bd9a652c3..4b45a67750b8 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.2.9 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ @@ -68,7 +68,7 @@ CONFIGURE_ARGS+=--disable-compface .endif .if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS+= pisock.9:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else |