summaryrefslogtreecommitdiff
path: root/chat/gabber
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-26 19:32:25 +0000
committerwiz <wiz>2002-09-26 19:32:25 +0000
commit08bda29fe2deeb9a993bdc4c5b20591aeec87f25 (patch)
treee75fd0020414c01d135930b6291407bf88649c29 /chat/gabber
parent4ca7ea8df70bc4e78a9cd52a7f8330a568bbb9c1 (diff)
downloadpkgsrc-08bda29fe2deeb9a993bdc4c5b20591aeec87f25.tar.gz
Add freetype dependency.
Don't test sigc++ during configure, fails for some strange reason under 1.5.x. Closes PR 18281.
Diffstat (limited to 'chat/gabber')
-rw-r--r--chat/gabber/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile
index 4592f16b4b5..cd02477f9de 100644
--- a/chat/gabber/Makefile
+++ b/chat/gabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/09/11 23:39:27 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/26 19:32:25 wiz Exp $
DISTNAME= gabber-0.8.7
PKGREVISION= 2
@@ -16,7 +16,7 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --disable-xmms
+CONFIGURE_ARGS+= --disable-xmms --disable-sigctest
GCC_VERSION!= gcc --version
.if (${GCC_VERSION:C/-.*$$//} == egcs)
@@ -24,11 +24,12 @@ GCC_VERSION!= gcc --version
.include "../../lang/gcc/Makefile.gcc"
.endif
-.include "../../textproc/scrollkeeper/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../devel/gal/buildlink2.mk"
.include "../../devel/libglade/buildlink2.mk"
.include "../../devel/libsigc++/buildlink2.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
+.include "../../textproc/scrollkeeper/buildlink2.mk"
.include "../../x11/gtk--/buildlink2.mk"
.include "../../x11/gnome--/buildlink2.mk"
-.include "../../devel/gal/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"