diff options
author | tron <tron> | 1999-10-23 00:12:45 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-23 00:12:45 +0000 |
commit | 86b821430bd782d6eb8bd24d117bddd8eb354708 (patch) | |
tree | c28c83adebbdede739c292164dc66a4bc0a7b35a /x11/gnome-core | |
parent | deea198415cea3e31e60265498116eb3177f7acc (diff) | |
download | pkgsrc-86b821430bd782d6eb8bd24d117bddd8eb354708.tar.gz |
Use wildcard dependences for "gnome-libs" and "esound" packages.
Diffstat (limited to 'x11/gnome-core')
-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 |