diff options
author | tron <tron@pkgsrc.org> | 1999-10-23 00:12:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-23 00:12:45 +0000 |
commit | a7e7ad0566f1745eac5d55e93ed0f7625f8ea6bf (patch) | |
tree | c28c83adebbdede739c292164dc66a4bc0a7b35a /x11 | |
parent | d91def1940de9f096a732beb821561fa43cc39c4 (diff) | |
download | pkgsrc-a7e7ad0566f1745eac5d55e93ed0f7625f8ea6bf.tar.gz |
Use wildcard dependences for "gnome-libs" and "esound" packages.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 46af5719661..b5b09035116 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 1999/10/22 07:54:17 agc Exp $ +# $NetBSD: Makefile,v 1.29 1999/10/23 00:12:45 tron Exp $ # DISTNAME= gnome-core-1.0.9 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= esound-0.2.8:../../audio/esound -DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs +DEPENDS+= esound-*:../../audio/esound +DEPENDS+= gnome-libs-*:../../x11/gnome-libs # "libgtop" packages is broken at the moment. #DEPENDS+= libgtop-1.0.2:../../devel/libgtop |