summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorriastradh <riastradh>2013-01-19 20:25:30 +0000
committerriastradh <riastradh>2013-01-19 20:25:30 +0000
commitaf9725698d7985b205bc945802667132180e902d (patch)
treea6f5863a7111aa5da1e6331ace69cf91af6eed43 /chat
parente62467e955f3bc0c1091074ef1b8400f1d00dec2 (diff)
downloadpkgsrc-af9725698d7985b205bc945802667132180e902d.tar.gz
chat/msn-pecan needs glib2.
Diffstat (limited to 'chat')
-rw-r--r--chat/msn-pecan/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/msn-pecan/Makefile b/chat/msn-pecan/Makefile
index 5d53bb6a7a1..43c8a80659b 100644
--- a/chat/msn-pecan/Makefile
+++ b/chat/msn-pecan/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2012/12/15 10:36:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2013/01/19 20:25:30 riastradh Exp $
#
DISTNAME= msn-pecan-0.0.18
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= chat
MASTER_SITES= http://msn-pecan.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -14,4 +14,5 @@ COMMENT= Alternate MSN protocol plugin for libpurple
USE_TOOLS+= pkg-config gmake
.include "../../chat/libpurple/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"