diff options
author | jlam <jlam@pkgsrc.org> | 1999-08-30 09:13:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-08-30 09:13:02 +0000 |
commit | 910303632488c17fe106cfd28a9bc126da3e6f19 (patch) | |
tree | d74be9bf5936c83e3bc0ddf5c1dd1b606e6e3222 /x11 | |
parent | b3fd41855f8c15ba5ad1321316c350c6ffaa274a (diff) | |
download | pkgsrc-910303632488c17fe106cfd28a9bc126da3e6f19.tar.gz |
Update stale dependency on controlcenter.
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 331cd008d3c..009e49830cc 100644 --- a/x11/econf/Makefile +++ b/x11/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/06/24 19:16:52 drochner Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/30 09:13:02 jlam 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.5:../../x11/controlcenter +DEPENDS+= control-center-1.0.6:../../x11/controlcenter WRKSRC= ${WRKDIR}/${DISTNAME} |