diff options
author | soren <soren@pkgsrc.org> | 2000-03-05 22:37:58 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2000-03-05 22:37:58 +0000 |
commit | 0c6e57d08640a8b4d6a774b86476ad2b6cc97146 (patch) | |
tree | cde0697f9123043ac019f10ddcd2191546064f83 /x11/enlightenment | |
parent | 654348726b5e1ee1e791fa1a91b61c1f3e44f5a9 (diff) | |
download | pkgsrc-0c6e57d08640a8b4d6a774b86476ad2b6cc97146.tar.gz |
Needs imlib>=1.9.8.
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 df773d0da10..116d4eb64c6 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/11/08 21:22:14 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/03/05 22:37:58 soren Exp $ DISTNAME= enlightenment-0.16.2 CATEGORIES= x11 gnome @@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.enlightenment.org/ DEPENDS+= esound-*:../../audio/esound -DEPENDS+= imlib-*:../../graphics/imlib +DEPENDS+= imlib>=1.9.8:../../graphics/imlib DEPENDS+= fnlib-0.5:../../graphics/fnlib DEPENDS+= freetype-*:../../graphics/freetype DEPENDS+= libghttp-*:../../www/libghttp |