diff options
author | adam <adam> | 2004-10-22 09:12:26 +0000 |
---|---|---|
committer | adam <adam> | 2004-10-22 09:12:26 +0000 |
commit | 58b9fca6d2ae4b5decac8635aaec5983dbedbd54 (patch) | |
tree | bf5efd5cbc7481c91c1a4d7aba1620f97cf92ce8 /chat/loudmouth/Makefile | |
parent | 65a17c1e5c98a1b24d989e5772363fd794b1f3ec (diff) | |
download | pkgsrc-58b9fca6d2ae4b5decac8635aaec5983dbedbd54.tar.gz |
Changes 0.17.1:
* Fixed problem when not setting a keep alive rate
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index f51809a1ae9..3b0a2f5eceb 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:15 tv Exp $ -# +# $NetBSD: Makefile,v 1.8 2004/10/22 09:12:26 adam Exp $ -DISTNAME= loudmouth-0.17 -PKGREVISION= 1 +DISTNAME= loudmouth-0.17.1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.17/} EXTRACT_SUFX= .tar.bz2 @@ -12,9 +10,9 @@ HOMEPAGE= http://loudmouth.imendio.org/ COMMENT= Lightweight Jabber client library USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in |