summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-02-05 05:06:32 +0000
committerjlam <jlam@pkgsrc.org>2003-02-05 05:06:32 +0000
commitf45c0179236a61aae0b3835ddf48231c0c15d808 (patch)
tree216db4f192eeb6886d463cf473239b97f7ccf45d /chat
parent81a8b484baf0134da0aa9e4af2e1488709339f73 (diff)
downloadpkgsrc-f45c0179236a61aae0b3835ddf48231c0c15d808.tar.gz
gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
Diffstat (limited to 'chat')
-rw-r--r--chat/everybuddy/Makefile.common6
-rw-r--r--chat/gaim/Makefile.common5
-rw-r--r--chat/xchat/Makefile.common4
3 files changed, 8 insertions, 7 deletions
diff --git a/chat/everybuddy/Makefile.common b/chat/everybuddy/Makefile.common
index 52fba5e8f36..eae0d8380be 100644
--- a/chat/everybuddy/Makefile.common
+++ b/chat/everybuddy/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/01/27 12:54:53 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.4 2003/02/05 05:06:33 jlam Exp $
DISTNAME= everybuddy-0.2.0
CATEGORIES= chat
@@ -8,6 +8,8 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.everybuddy.com/
COMMENT= Universal Instant Messaging Client
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
USE_GMAKE= YES
GNU_CONFIGURE= YES
@@ -26,5 +28,3 @@ post-build:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/everybuddy
-
-.include "../../misc/gnome1-dirs/buildlink2.mk"
diff --git a/chat/gaim/Makefile.common b/chat/gaim/Makefile.common
index 2986e9a2318..c4bb184f748 100644
--- a/chat/gaim/Makefile.common
+++ b/chat/gaim/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2003/01/27 12:54:55 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.12 2003/02/05 05:06:33 jlam Exp $
#
DISTNAME= gaim-0.59.8
@@ -17,6 +17,8 @@ PATCHDIR= ${.CURDIR}/../gaim/patches
PKGDIR= ${.CURDIR}/../gaim
PLIST_SRC= ${.CURDIR}/../gaim/PLIST.common
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
USE_GMAKE= YES
USE_X11BASE= YES
USE_PKGLOCALEDIR= YES
@@ -47,4 +49,3 @@ CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libc=yes
.include "../../converters/libiconv/buildlink2.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index fabd29faf43..1dc3540b2db 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2003/01/27 12:54:56 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.15 2003/02/05 05:06:34 jlam Exp $
DISTNAME= xchat-1.8.11
PKGREVISION= 1
@@ -11,6 +11,7 @@ HOMEPAGE= http://xchat.org/
COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit
BUILD_USES_MSGFMT= YES
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo
FILESDIR= ${.CURDIR}/../xchat/files
@@ -55,4 +56,3 @@ post-install:
.include "../../devel/glib/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
.include "../../lang/python/application.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"