summaryrefslogtreecommitdiff
path: root/chat/loudmouth/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-23 16:07:34 +0000
committerwiz <wiz>2005-02-23 16:07:34 +0000
commitb21162626853e9735257cf1dbe68e733171bcd79 (patch)
treec16b73a629c9660b4bd2afb8dbe3d639faaa210e /chat/loudmouth/Makefile
parent1266e671da01604429e5c6d05477f4252d67befb (diff)
downloadpkgsrc-b21162626853e9735257cf1dbe68e733171bcd79.tar.gz
Fix build with gnutls-1.2.0, and depend on it.
Bump PKGREVISION because of dependency change.
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r--chat/loudmouth/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
index 325400f0703..d3053fa1297 100644
--- a/chat/loudmouth/Makefile
+++ b/chat/loudmouth/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/11/02 19:42:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/23 16:07:34 wiz Exp $
DISTNAME= loudmouth-0.17.2
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.17/}
EXTRACT_SUFX= .tar.bz2
@@ -20,6 +21,8 @@ CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --disable-mono
+BUILDLINK_DEPENDS.gnutls+= gnutls>=1.2.0
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"