diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-06 00:53:21 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-06 00:53:21 +0000 |
commit | 477418a0168449378210fd4afa260f8bfe7a9235 (patch) | |
tree | b88d33df8a47baad277dd54efcf57b7d67ff237c /x11/econf | |
parent | 11e4d3ac2749f4ae082744503d79bcb0d1fc1eb4 (diff) | |
download | pkgsrc-477418a0168449378210fd4afa260f8bfe7a9235.tar.gz |
Fix braino in dependency... make it actually work.. ;)
Diffstat (limited to 'x11/econf')
-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 54d17547692..22cede11374 100644 --- a/x11/econf/Makefile +++ b/x11/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/01 05:44:59 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/06 00:53:21 garbled 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+= controlcenter-1.04:../../x11/controlcenter +DEPENDS+= control-center-1.0.4:../../x11/controlcenter WRKSRC= ${WRKDIR}/${DISTNAME} |