diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-06-13 12:56:28 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-06-13 12:56:28 +0000 |
commit | 07c4e45d1492f21bc4966033891bbc13213cdffa (patch) | |
tree | a49c41347c6ae4c22f7e27327210ef5c9bd7c747 | |
parent | 1b3f98101c0ce714b740946274b9d07b42aa4ea5 (diff) | |
download | pkgsrc-07c4e45d1492f21bc4966033891bbc13213cdffa.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/Makefile | 8 |
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" |