diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 18:02:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 18:02:45 +0000 |
commit | 60cbaa79346c767ead2b0f74bf04fe0d969d276a (patch) | |
tree | d26011c589624c4865f2327eea7de9080ee8cd67 /chat | |
parent | df8ba041c4be92e331f411c0228d92e092011c82 (diff) | |
download | pkgsrc-60cbaa79346c767ead2b0f74bf04fe0d969d276a.tar.gz |
Explicitly depend on glib2, which is used by this package directly.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/Makefile | 3 |
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" |