summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-01-16 14:22:22 +0000
committertron <tron@pkgsrc.org>2002-01-16 14:22:22 +0000
commit5462be9268d8ee174f09702d699dd78de1419e88 (patch)
tree9da966cea3c806e80ac393b82a9af554e54933d5 /chat/xchat
parent19335653137da5847f9f74f99736ca928d456981 (diff)
downloadpkgsrc-5462be9268d8ee174f09702d699dd78de1419e88.tar.gz
Use "gnome-core" buildlink glue code to avoid build failure with new
directory layout of "ORBit" package.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index 8d1975c9a1e..713dbf12964 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/11/29 01:12:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2002/01/16 14:22:22 tron Exp $
DISTNAME= xchat-1.8.3
PKGREVISION= 1
@@ -10,7 +10,6 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://xchat.org/
COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit
-DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
DEPENDS+= python>=2.0:../../lang/python
USE_GMAKE= YES
@@ -49,5 +48,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
-.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../x11/gnome-core/buildlink.mk"
.include "../../mk/bsd.pkg.mk"