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 /misc/gnome-utils | |
parent | fbb688c7beb064ccd1acba03a8fe664303dc83ae (diff) | |
download | pkgsrc-8e90d81d05aed5884d6ee6561806ec5b7512dfd2.tar.gz |
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'misc/gnome-utils')
-rw-r--r-- | misc/gnome-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 843f126f998..229658c6b1b 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/08/29 14:20:44 rh Exp $ +# $NetBSD: Makefile,v 1.11 1999/10/23 11:08:57 tron Exp $ # DISTNAME= gnome-utils-1.0.12 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= ncurses-4.2:../../devel/ncurses -DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core +DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES USE_X11BASE= YES |