diff options
author | tron <tron@pkgsrc.org> | 1999-10-23 00:12:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-23 00:12:09 +0000 |
commit | d91def1940de9f096a732beb821561fa43cc39c4 (patch) | |
tree | 394bfcb05bd1141fcb72660a89e6fa0071f92939 /x11/enlightenment | |
parent | e59b1e87919e5412948297f979c6eb1e086a932f (diff) | |
download | pkgsrc-d91def1940de9f096a732beb821561fa43cc39c4.tar.gz |
Use wildcard dependences for "imlib" and "esound" packages.
Diffstat (limited to 'x11/enlightenment')
-rw-r--r-- | x11/enlightenment/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile index e17ce3a3581..73d9ff0bd64 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/10/06 12:34:19 agc Exp $ +# $NetBSD: Makefile,v 1.13 1999/10/23 00:12:09 tron Exp $ DISTNAME= enlightenment-0.15.4 CATEGORIES= x11 @@ -8,10 +8,10 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ DEPENDS+= ImageMagick-4.2.9:../../graphics/ImageMagick -DEPENDS+= imlib-1.9.4:../../graphics/imlib +DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= freetype-1.1:../../graphics/freetype DEPENDS+= fnlib-0.4:../../graphics/fnlib -DEPENDS+= esound-0.2.8:../../audio/esound +DEPENDS+= esound-*:../../audio/esound DEPENDS+= eterm-0.8.8:../../x11/eterm USE_PERL5= yes |