diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
commit | ab1babc86076ff60b9ed4e664c5f81f0e10665cf (patch) | |
tree | 732485a9f54c922a44742c480bffd57147ccac23 /palm/malsync | |
parent | f878ca4ec3113498fd296bc1bfa12eb9e6e974dc (diff) |
Chase the pisock shared lib version number. Note, this new version may
break some of these ports, but they're definitely broken without this.
Notes
Notes:
svn path=/head/; revision=66517
Diffstat (limited to 'palm/malsync')
-rw-r--r-- | palm/malsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile index 062b1bd98ef1..b32ef4b40797 100644 --- a/palm/malsync/Makefile +++ b/palm/malsync/Makefile @@ -7,7 +7,7 @@ PORTNAME= malsync PORTVERSION= 2.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= palm MASTER_SITES= http://www.tomw.org/malsync/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +16,7 @@ DISTNAME= malsync_2.0.6.src MAINTAINER= dirk@FreeBSD.org -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_GMAKE= yes WRKSRC= ${WRKDIR}/malsync/mal/client/unix |