summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahoka <ahoka>2009-06-13 12:56:28 +0000
committerahoka <ahoka>2009-06-13 12:56:28 +0000
commitfffc9dc783f9c668864de3ee653742d5acad7096 (patch)
treea49c41347c6ae4c22f7e27327210ef5c9bd7c747
parent1751f6da412f5786a67195437edc821b89c86616 (diff)
downloadpkgsrc-fffc9dc783f9c668864de3ee653742d5acad7096.tar.gz
The package failed to build with some gnutls problem, so build it against
openssl instead. We perefer openssl anyway.
-rw-r--r--chat/loudmouth/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
index 9a2b757e40b..75f19ae7e7e 100644
--- a/chat/loudmouth/Makefile
+++ b/chat/loudmouth/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2008/10/30 22:07:25 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2009/06/13 12:56:28 ahoka Exp $
DISTNAME= loudmouth-1.4.3
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \
http://ftp.imendio.com/pub/imendio/loudmouth/src/
@@ -18,12 +19,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --disable-mono
+CONFIGURE_ARGS+= --with-ssl=openssl
PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in
-BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.0
-
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"