summaryrefslogtreecommitdiff
path: root/chat/gaim
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/gaim
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/gaim')
-rw-r--r--chat/gaim/Makefile.common5
1 files changed, 3 insertions, 2 deletions
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"