diff options
author | dirk <dirk@FreeBSD.org> | 2001-09-02 15:46:14 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-09-02 15:46:14 +0800 |
commit | be849d4e59017d38480445167ee421e075a9dad3 (patch) | |
tree | 7e902802f309a685bfb47e8b4cae3c8f602d476d /palm/malsync | |
parent | 5178f55d320032cfa71b94d2c3b01772897eea6b (diff) | |
download | freebsd-ports-gnome-be849d4e59017d38480445167ee421e075a9dad3.tar.gz freebsd-ports-gnome-be849d4e59017d38480445167ee421e075a9dad3.tar.zst freebsd-ports-gnome-be849d4e59017d38480445167ee421e075a9dad3.zip |
Fix shared library number for pisock (.3 -> .4).
Submitted by: Anders Andersson <anders@codefactory.se>
Diffstat (limited to 'palm/malsync')
-rw-r--r-- | palm/malsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile index 905f6319f55b..104cf681ab2c 100644 --- a/palm/malsync/Makefile +++ b/palm/malsync/Makefile @@ -7,6 +7,7 @@ PORTNAME= malsync PORTVERSION= 2.06 +PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= http://www.tomw.org/%SUBDIR%/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +16,7 @@ DISTNAME= malsync_2.0.6.src MAINTAINER= dirk@FreeBSD.org -LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link USE_GMAKE= yes WRKSRC= ${WRKDIR}/malsync/mal/client/unix |