diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-27 00:29:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-27 00:29:08 +0000 |
commit | 982ed2fe49ef2e893d35d583db6710b94def7636 (patch) | |
tree | 5cb02f971f3f72ba8b139c433d963b0f2ab4102b /x11/enlightenment | |
parent | a381017e2c20005a98f4cf3349cc11026199ba99 (diff) | |
download | pkgsrc-982ed2fe49ef2e893d35d583db6710b94def7636.tar.gz |
unify esound dependencies in gnome packages
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 2bcf4903358..12845b7ff2a 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/05/01 06:07:47 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2000/06/27 00:29:09 wiz Exp $ DISTNAME= enlightenment-0.16.2 CATEGORIES= x11 gnome @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/e/enlightenment/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.enlightenment.org/ -DEPENDS+= esound-*:../../audio/esound +DEPENDS+= esound>=0.2.18:../../audio/esound DEPENDS+= imlib>=1.9.8:../../graphics/imlib DEPENDS+= fnlib-0.5:../../graphics/fnlib DEPENDS+= freetype-lib-*:../../graphics/freetype-lib |