summaryrefslogtreecommitdiff
path: root/chat/loudmouth/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-04-15 06:56:24 +0000
committeradam <adam>2006-04-15 06:56:24 +0000
commite6c56dd3e6332a30e2a114314cbe2372dac68a2f (patch)
treeb7c0df2facc727762598a43e492a85d6cb0f52ca /chat/loudmouth/Makefile
parent402aeab539701960e185a3c05c975df4b093147e (diff)
downloadpkgsrc-e6c56dd3e6332a30e2a114314cbe2372dac68a2f.tar.gz
Changes 1.0.3:
* Quick build fix release when building without SSL, LM-25. Changes 1.0.2: * Fixed issue when opening in blocking mode failed, LM-15 * Unregister sources when connection fails to avoid later segfault, LM-16 * Fixed an issue where large messages would get trunkated, LM-17
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r--chat/loudmouth/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
index e12be7a99a1..1f8dd6b448e 100644
--- a/chat/loudmouth/Makefile
+++ b/chat/loudmouth/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2006/04/06 06:21:39 reed Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/15 06:56:24 adam Exp $
-DISTNAME= loudmouth-1.0.1
-PKGREVISION= 3
+DISTNAME= loudmouth-1.0.3
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.0/}
EXTRACT_SUFX= .tar.bz2
@@ -10,16 +9,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://loudmouth.imendio.org/
COMMENT= Lightweight Jabber client library
-USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in
-
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --disable-mono
+PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in
+
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.0
.include "../../converters/libiconv/buildlink3.mk"