diff options
author | pat <pat@FreeBSD.org> | 2002-02-20 05:14:52 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-20 05:14:52 +0800 |
commit | c4289358387f909bec61f3a9de40e4efcbaf9e47 (patch) | |
tree | e528723f63220094fbcfd865c5a89fb11fcc43a9 /mail/sylpheed-claws/Makefile | |
parent | 7277e20bb8f309778c3ecce2cd0b598eb06ace03 (diff) | |
download | freebsd-ports-gnome-c4289358387f909bec61f3a9de40e4efcbaf9e47.tar.gz freebsd-ports-gnome-c4289358387f909bec61f3a9de40e4efcbaf9e47.tar.zst freebsd-ports-gnome-c4289358387f909bec61f3a9de40e4efcbaf9e47.zip |
- Update to 0.7.2
- Fix dependency problem with jpilot
PR: 35110
Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index b63ed7d3d8a5..ca539546d0f2 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --enable-pspell .endif .if defined(WITH_JPILOT) || defined(WITH_ALL) 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 .endif .if defined(WITH_LDAP) || defined(WITH_ALL) |