diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-18 00:35:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-18 00:35:39 +0800 |
commit | dd7a0b22e34c414affa09babf76eea8447b6aa29 (patch) | |
tree | ef40da067a811ab73a43a6ea34f928023d394b82 /palm/jpilot | |
parent | cca8ed3520f3267bf6429926c9d8c6d127c98dcc (diff) | |
download | freebsd-ports-gnome-dd7a0b22e34c414affa09babf76eea8447b6aa29.tar.gz freebsd-ports-gnome-dd7a0b22e34c414affa09babf76eea8447b6aa29.tar.zst freebsd-ports-gnome-dd7a0b22e34c414affa09babf76eea8447b6aa29.zip |
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 'palm/jpilot')
-rw-r--r-- | palm/jpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 7b5496d50165..45e41dc214a1 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -8,13 +8,13 @@ PORTNAME= jpilot PORTVERSION= 0.99.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ MAINTAINER?= varju@webct.com -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \ +LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \ intl.4:${PORTSDIR}/devel/gettext USE_GNOMENG= yes |