diff options
author | garbled <garbled@pkgsrc.org> | 1999-03-29 23:21:17 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-03-29 23:21:17 +0000 |
commit | 864c104eb69103b28c4613b692273cea827ffd0f (patch) | |
tree | b15f5d8d87017d6fca59de3387992b32bafbf7e1 /x11/enlightenment/Makefile | |
parent | e4e661d09b120d805f600539926a0b8c88146d1d (diff) | |
download | pkgsrc-864c104eb69103b28c4613b692273cea827ffd0f.tar.gz |
Update Enlightenment to 0.15.4. Makes it actually work again with all the
new gtk/glib stuff.
Diffstat (limited to 'x11/enlightenment/Makefile')
-rw-r--r-- | x11/enlightenment/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile index 3ab005f29c6..2e565be5244 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.6 1999/01/30 23:18:55 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/03/29 23:21:17 garbled Exp $ -DISTNAME= enlightenment-0.14 +DISTNAME= enlightenment-0.15.4 CATEGORIES= x11 MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ -DEPENDS+= ImageMagick-4.1.7:../../graphics/ImageMagick -DEPENDS+= imlib-1.9.0:../../graphics/imlib -DEPENDS+= fnlib-0.3:../../graphics/fnlib -DEPENDS+= esound-0.2.4:../../audio/esound -DEPENDS+= p5-gtk-0.4:../../x11/p5-gtk +DEPENDS+= ImageMagick-4.2.1:../../graphics/ImageMagick +DEPENDS+= imlib-1.9.4:../../graphics/imlib +DEPENDS+= freetype-1.1:../../textproc/freetype +DEPENDS+= fnlib-0.4:../../graphics/fnlib +DEPENDS+= esound-0.2.8:../../audio/esound +DEPENDS+= eterm-0.8.8:../../x11/eterm -WRKSRC= ${WRKDIR}/e USE_PERL5= yes USE_X11BASE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fsstd USE_GMAKE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include |