diff options
author | wiz <wiz> | 2007-06-05 05:36:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-06-05 05:36:59 +0000 |
commit | 9b3649f5b686745377fac67018fd285127e6cea4 (patch) | |
tree | f42ab6fea400ddb1e472d28d33103276a365ade9 /net/sipsak | |
parent | 16b6ac5843dfd386db0d4c3a6433a0c6e26c3954 (diff) | |
download | pkgsrc-9b3649f5b686745377fac67018fd285127e6cea4.tar.gz |
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
Diffstat (limited to 'net/sipsak')
-rw-r--r-- | net/sipsak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 0b803ea576d..7a4085629f0 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/11/10 21:32:35 schwarz Exp $ +# $NetBSD: Makefile,v 1.3 2007/06/05 05:37:32 wiz Exp $ DISTNAME= sipsak-0.9.6-1 PKGNAME= ${DISTNAME:S/-1//} +PKGREVISION= 1 CATEGORIES= net comms MASTER_SITES= http://download.berlios.de/sipsak/ |