summaryrefslogtreecommitdiff
path: root/chat/everybuddy
diff options
context:
space:
mode:
authorjlam <jlam>2003-02-05 05:06:32 +0000
committerjlam <jlam>2003-02-05 05:06:32 +0000
commitf9340e274adc7b508ddca988712d4f95b20cd9ae (patch)
tree216db4f192eeb6886d463cf473239b97f7ccf45d /chat/everybuddy
parent79d05f64dfea8a40ded551d191b9b4d2557ab2ba (diff)
downloadpkgsrc-f9340e274adc7b508ddca988712d4f95b20cd9ae.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/everybuddy')
-rw-r--r--chat/everybuddy/Makefile.common6
1 files changed, 3 insertions, 3 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"