diff options
author | jlam <jlam> | 2003-02-05 05:06:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-02-05 05:06:32 +0000 |
commit | f9340e274adc7b508ddca988712d4f95b20cd9ae (patch) | |
tree | 216db4f192eeb6886d463cf473239b97f7ccf45d /chat/xchat | |
parent | 79d05f64dfea8a40ded551d191b9b4d2557ab2ba (diff) | |
download | pkgsrc-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/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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" |