diff options
author | mezz <mezz@FreeBSD.org> | 2006-09-25 11:03:06 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-09-25 11:03:06 +0800 |
commit | b63d23c6c82e6c288ec9717961a95194ed644263 (patch) | |
tree | 1cbbc2b44c7422d7d431229305de5c74c3405cf5 /palm/libmal | |
parent | 6cd265c3ea0ca2f051f384e3bbac1862f72dcd8d (diff) | |
download | freebsd-ports-gnome-b63d23c6c82e6c288ec9717961a95194ed644263.tar.gz freebsd-ports-gnome-b63d23c6c82e6c288ec9717961a95194ed644263.tar.zst freebsd-ports-gnome-b63d23c6c82e6c288ec9717961a95194ed644263.zip |
Chase pilot-link's shared library version bump. Bump the PORTREVISION. As for
the PRs, I shall chase and close a few of them.
Pointyhat: ijliao
Diffstat (limited to 'palm/libmal')
-rw-r--r-- | palm/libmal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index 65279bdfd680..386a7dc3fafe 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -8,13 +8,14 @@ PORTNAME= libmal PORTVERSION= 0.40 +PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= http://jasonday.home.att.net/code/libmal/ MAINTAINER= avleeuwen@piwebs.com COMMENT= A library encapsulating malsync -LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link USE_GMAKE= YES GNU_CONFIGURE= yes |