diff options
author | pat <pat@FreeBSD.org> | 2002-02-19 01:25:09 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-19 01:25:09 +0800 |
commit | 194825283070db00226c26c012d5b113df73bb99 (patch) | |
tree | e2bea1f51b1fa641b9a5c5362b4a1e2edb3783bb /mail/sylpheed3/Makefile | |
parent | 83ebd8db07c14056476069e9b0135b313378d56e (diff) | |
download | freebsd-ports-gnome-194825283070db00226c26c012d5b113df73bb99.tar.gz freebsd-ports-gnome-194825283070db00226c26c012d5b113df73bb99.tar.zst freebsd-ports-gnome-194825283070db00226c26c012d5b113df73bb99.zip |
- Update to 0.7.2
- Fix dependency problem with jpilot
PR: 35069, 35040
Submitted by: maintainer, SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r-- | mail/sylpheed3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 3955cba2fb71..264fa6912556 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot +RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot |