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 /print | |
parent | 6d6d34054528e0f697701425cb45d9c03f8f8b4a (diff) | |
download | pkgsrc-cc4de6b8fe45c60ee564b61f296947aa7c608e95.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 |