diff options
author | drochner <drochner> | 1999-06-24 19:16:52 +0000 |
---|---|---|
committer | drochner <drochner> | 1999-06-24 19:16:52 +0000 |
commit | 7e42fe7b25fc02d81c9d29648aec4c1025dbb7cb (patch) | |
tree | 861351ba5fcb27fada4f8537d279c382a8363df0 /x11/econf/Makefile | |
parent | 0bc2a9217a2a99f74ae6dd50b7ae7b90509ba2b2 (diff) | |
download | pkgsrc-7e42fe7b25fc02d81c9d29648aec4c1025dbb7cb.tar.gz |
fix version mismatches in DEPENDS lines
Diffstat (limited to 'x11/econf/Makefile')
-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 22cede11374..331cd008d3c 100644 --- a/x11/econf/Makefile +++ b/x11/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/06 00:53:21 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1999/06/24 19:16:52 drochner 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.4:../../x11/controlcenter +DEPENDS+= control-center-1.0.5:../../x11/controlcenter WRKSRC= ${WRKDIR}/${DISTNAME} |