summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-30 18:02:45 +0000
committerminskim <minskim@pkgsrc.org>2004-10-30 18:02:45 +0000
commitc2c89abdd400dcc605fa4a3588e3f6177e660a76 (patch)
treed26011c589624c4865f2327eea7de9080ee8cd67 /chat/xchat2
parent6cfd5394cafe3632ebc715c9c7726de35471b9a4 (diff)
downloadpkgsrc-c2c89abdd400dcc605fa4a3588e3f6177e660a76.tar.gz
Explicitly depend on glib2, which is used by this package directly.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index 06fd057d5cf..30f16c33239 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/10/03 00:13:15 tv Exp $
+# $NetBSD: Makefile,v 1.36 2004/10/30 18:02:45 minskim Exp $
#
DISTNAME= xchat-2.4.0
@@ -54,6 +54,7 @@ CONFIGURE_ARGS+= --enable-openssl=${SSLBASE}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins
+.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"