summaryrefslogtreecommitdiff
path: root/chat/finch
diff options
context:
space:
mode:
authorgls <gls>2011-07-30 20:13:07 +0000
committergls <gls>2011-07-30 20:13:07 +0000
commit06612ac55e5aabef329eafb506529203b91516ca (patch)
tree636c9625cfcccf0c39a2e5ac94b28cd89021b4d5 /chat/finch
parent1b58dca0ee4ea781a684c68dd93fbb9e9a8f014d (diff)
downloadpkgsrc-06612ac55e5aabef329eafb506529203b91516ca.tar.gz
Finch requires devel/nspr to build. Fixes PR pkg/45190 from Bartosz Kuzma.
PKGREV++
Diffstat (limited to 'chat/finch')
-rw-r--r--chat/finch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 79b198ecfe1..910ca562453 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2011/06/30 13:03:39 obache Exp $
+# $NetBSD: Makefile,v 1.32 2011/07/30 20:13:07 gls Exp $
PKGNAME= finch-${PIDGIN_VERSION}
+PKGREVISION= 1
COMMENT= Multi-protocol Instant Messaging client console frontend
@@ -51,5 +52,6 @@ BUILDLINK_API_DEPENDS.libpurple+= libpurple-${PIDGIN_VERSION}{,nb*}
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/ncursesw/buildlink3.mk"
+.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"