diff options
author | agc <agc@pkgsrc.org> | 1999-10-06 12:34:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-06 12:34:19 +0000 |
commit | ca5dd5227c13f33446f31376309a9a2bee85d941 (patch) | |
tree | 31179918d020dfb26b8dac99bb936fc050253019 /x11/enlightenment | |
parent | f129f5149c25cb13614518b32a2ccb618d116f4b (diff) | |
download | pkgsrc-ca5dd5227c13f33446f31376309a9a2bee85d941.tar.gz |
Depend upon the version of ImageMagick in pkgsrc.
Diffstat (limited to 'x11/enlightenment')
-rw-r--r-- | x11/enlightenment/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile index 95f6fd4dcd2..e17ce3a3581 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/08/14 14:23:55 drochner Exp $ +# $NetBSD: Makefile,v 1.12 1999/10/06 12:34:19 agc Exp $ DISTNAME= enlightenment-0.15.4 CATEGORIES= x11 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ -DEPENDS+= ImageMagick-4.2.8:../../graphics/ImageMagick +DEPENDS+= ImageMagick-4.2.9:../../graphics/ImageMagick DEPENDS+= imlib-1.9.4:../../graphics/imlib DEPENDS+= freetype-1.1:../../graphics/freetype DEPENDS+= fnlib-0.4:../../graphics/fnlib |