diff options
author | agc <agc@pkgsrc.org> | 2002-07-16 11:56:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-16 11:56:45 +0000 |
commit | eec7cbf5a5b5919cd9f24fa7179b16fca10d8209 (patch) | |
tree | f0b70e5e771849ed240f52488f40a304aa32fc10 /chat/gabber/Makefile | |
parent | febf11b00332b0618def48f8fa5f561b88356c22 (diff) | |
download | pkgsrc-eec7cbf5a5b5919cd9f24fa7179b16fca10d8209.tar.gz |
Add a dependency on scrollkeeper's new buildlink.mk file - fixes a problem
which showed up in the last bulk build.
Diffstat (limited to 'chat/gabber/Makefile')
-rw-r--r-- | chat/gabber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile index 14137903021..119d53d1beb 100644 --- a/chat/gabber/Makefile +++ b/chat/gabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/10 14:16:06 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/16 11:56:45 agc Exp $ DISTNAME= gabber-0.8.7 CATEGORIES= chat @@ -17,6 +17,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-xmms +.include "../../textproc/scrollkeeper/buildlink.mk" .include "../../x11/gnome-libs/buildlink.mk" .include "../../devel/libglade/buildlink.mk" .include "../../devel/libsigc++/buildlink.mk" |