summaryrefslogtreecommitdiff
path: root/net/sipsak
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-07-03 10:40:30 +0000
committerdrochner <drochner@pkgsrc.org>2009-07-03 10:40:30 +0000
commit4ce173ab85f89fafad42f45920e22e5c028c8378 (patch)
treefb466fdc2b9c35e913fa5580503ed81da2ff5075 /net/sipsak
parentc3897c795df7e1b9fc998686322bc4b4a5ff2ad8 (diff)
downloadpkgsrc-4ce173ab85f89fafad42f45920e22e5c028c8378.tar.gz
use openssl instead of gnutls to avoid problems with gnutls-2.8.0
bump PKGREVISION
Diffstat (limited to 'net/sipsak')
-rw-r--r--net/sipsak/Makefile6
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"