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 /math | |
parent | fbb688c7beb064ccd1acba03a8fe664303dc83ae (diff) | |
download | pkgsrc-8e90d81d05aed5884d6ee6561806ec5b7512dfd2.tar.gz |
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 8c4ca8a1fa3..bf44ccba1c6 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/10/10 15:35:04 rh Exp $ +# $NetBSD: Makefile,v 1.11 1999/10/23 11:08:56 tron Exp $ # DISTNAME= gnumeric-0.38 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python -DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core +DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= gnome-print-*:../../print/gnome-print DEPENDS+= libglade-*:../../devel/libglade |