diff options
author | jlam <jlam> | 2000-07-27 08:18:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-27 08:18:19 +0000 |
commit | 2d087077c0141b26a02c054bf1c2061081d246f5 (patch) | |
tree | fa2ab3b5b72a7994d0f89335db596bedf537dfb4 | |
parent | d7ce41cb1c351ca16d7d256a6ab28808b663e661 (diff) | |
download | pkgsrc-2d087077c0141b26a02c054bf1c2061081d246f5.tar.gz |
Update freetype-lib dependency to >=1.3.1 because the freetype library
bumped its major. This is needed so that new binary packages looking for
dependencies don't match an older freetype library.
-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 ff217ef59d0..b2786d234e0 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/07/24 17:15:20 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2000/07/27 08:18:19 jlam Exp $ DISTNAME= enlightenment-0.16.2 CATEGORIES= x11 gnome @@ -10,7 +10,7 @@ HOMEPAGE= http://www.enlightenment.org/ 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 +DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib DEPENDS+= libghttp-*:../../www/libghttp USE_PERL5= yes |