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 /print | |
parent | fbb688c7beb064ccd1acba03a8fe664303dc83ae (diff) | |
download | pkgsrc-8e90d81d05aed5884d6ee6561806ec5b7512dfd2.tar.gz |
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 4 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 0647ebe8e88..dd585252d68 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/03 17:58:02 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/23 11:08:58 tron Exp $ # DISTNAME= ggv-0.50 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= ghostscript-5.50:../../print/ghostscript5 -DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core +DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 12a1131bc55..073ab998658 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/10/10 15:30:27 rh Exp $ +# $NetBSD: Makefile,v 1.10 1999/10/23 11:08:58 tron Exp $ # DISTNAME= gnome-print-0.9 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html -DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs +DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= libxml-1.*:../../textproc/libxml DEPENDS+= ghostscript-*:../../print/ghostscript5 |