summaryrefslogtreecommitdiff
path: root/net
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
commit1b69349dc194edfbc4824fbd84194fb223f529e0 (patch)
treefb466fdc2b9c35e913fa5580503ed81da2ff5075 /net
parente9c70f720520e85a099517de1ed8d01996d12cc5 (diff)
downloadpkgsrc-1b69349dc194edfbc4824fbd84194fb223f529e0.tar.gz
use openssl instead of gnutls to avoid problems with gnutls-2.8.0
bump PKGREVISION
Diffstat (limited to 'net')
-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"