diff options
Diffstat (limited to 'chat/loudmouth/Makefile')
-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" |