diff options
author | rh <rh> | 1999-12-07 21:40:39 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-07 21:40:39 +0000 |
commit | c3515a0cd598162976f4651d5cc72b76eada807d (patch) | |
tree | cc2240bc50c3e68a3fe9e56f454444e3a5b9b74b /x11 | |
parent | ffab72d1c0d136d2d0d0bbaae2832f6b6eb0622f (diff) | |
download | pkgsrc-c3515a0cd598162976f4651d5cc72b76eada807d.tar.gz |
Change dependency on control-center to wildcard dependency.
Diffstat (limited to 'x11')
-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} |