diff options
author | tron <tron> | 1999-10-23 11:08:54 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-23 11:08:54 +0000 |
commit | cc4de6b8fe45c60ee564b61f296947aa7c608e95 (patch) | |
tree | 58b35f77bede0e514dd8c4eb4b17625ea2afe41a /math | |
parent | 6d6d34054528e0f697701425cb45d9c03f8f8b4a (diff) | |
download | pkgsrc-cc4de6b8fe45c60ee564b61f296947aa7c608e95.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 |