diff options
Diffstat (limited to 'net/sipsak')
-rw-r--r-- | net/sipsak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index d8de1e41045..9812061a6c2 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:31 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/03 10:40:30 drochner Exp $ DISTNAME= sipsak-0.9.6-1 PKGNAME= ${DISTNAME:S/-1//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net comms MASTER_SITES= http://download.berlios.de/sipsak/ @@ -19,5 +19,5 @@ USE_TOOLS+= gmake INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -.include "../../security/gnutls/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |