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 /sysutils/gmc | |
parent | 6d6d34054528e0f697701425cb45d9c03f8f8b4a (diff) | |
download | pkgsrc-cc4de6b8fe45c60ee564b61f296947aa7c608e95.tar.gz |
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'sysutils/gmc')
-rw-r--r-- | sysutils/gmc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile index c8efc7c400d..a624a117faa 100644 --- a/sysutils/gmc/Makefile +++ b/sysutils/gmc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/10/15 23:59:18 mjl Exp $ +# $NetBSD: Makefile,v 1.19 1999/10/23 11:08:58 tron Exp $ DISTNAME= mc-4.5.38 PKGNAME= gmc-4.5.38 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mc/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/mc/ -DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core +DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= libslang-1.3.9:../../devel/libslang CONFLICTS+= mc-* |