diff options
author | tron <tron@pkgsrc.org> | 1999-10-23 11:08:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-23 11:08:54 +0000 |
commit | 8e90d81d05aed5884d6ee6561806ec5b7512dfd2 (patch) | |
tree | 58b35f77bede0e514dd8c4eb4b17625ea2afe41a /net | |
parent | fbb688c7beb064ccd1acba03a8fe664303dc83ae (diff) | |
download | pkgsrc-8e90d81d05aed5884d6ee6561806ec5b7512dfd2.tar.gz |
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'net')
-rw-r--r-- | net/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile index b9d99f21d10..0040cf152bf 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/10/07 17:41:57 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/23 11:08:57 tron Exp $ DISTNAME= xchat-1.2.1 CATEGORIES= net x11 gnome @@ -7,7 +7,7 @@ MASTER_SITES= ${HOMEPAGE}/files/v1.2/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://xchat.org/ -DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core +DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= yes USE_GMAKE= yes |