diff options
author | rh <rh@pkgsrc.org> | 1999-12-07 21:40:39 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-07 21:40:39 +0000 |
commit | 8fbada6e2b67fdac982fa42509bb41d589b071f1 (patch) | |
tree | cc2240bc50c3e68a3fe9e56f454444e3a5b9b74b | |
parent | 2289353729bbe43fc50559f463774769cbcc0e76 (diff) | |
download | pkgsrc-8fbada6e2b67fdac982fa42509bb41d589b071f1.tar.gz |
Change dependency on control-center to wildcard dependency.
-rw-r--r-- | x11/econf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/econf/Makefile b/x11/econf/Makefile index 009e49830cc..87046ba3291 100644 --- a/x11/econf/Makefile +++ b/x11/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/08/30 09:13:02 jlam Exp $ +# $NetBSD: Makefile,v 1.5 1999/12/07 21:40:39 rh Exp $ DISTNAME= enlightenment-conf-0.15 PKGNAME= econf-0.15 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ -DEPENDS+= control-center-1.0.6:../../x11/controlcenter +DEPENDS+= control-center-*:../../x11/controlcenter WRKSRC= ${WRKDIR}/${DISTNAME} |