diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-07 21:12:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-07 21:12:11 +0000 |
commit | 9464cb8c6f9b797591b23a31b9eec5ae796a632b (patch) | |
tree | 7339b8411ed51aeace0cb01821f364e652cda27f /graphics/evas-xpm | |
parent | 436a08fc6f2e2962927450d31e22fdf9c03d8c2d (diff) | |
download | pkgsrc-9464cb8c6f9b797591b23a31b9eec5ae796a632b.tar.gz |
Update evas to the most recent e17 snapshot.
No detailed changes known.
Diffstat (limited to 'graphics/evas-xpm')
-rw-r--r-- | graphics/evas-xpm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/evas-xpm/Makefile b/graphics/evas-xpm/Makefile index c2de26e80e1..8cb423c40e1 100644 --- a/graphics/evas-xpm/Makefile +++ b/graphics/evas-xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/07 21:12:13 joerg Exp $ PKGNAME= ${DISTNAME:S/evas/evas-xpm/} @@ -9,10 +9,11 @@ EVAS_IMAGE_LOADERS= xpm .include "../../graphics/evas/Makefile.common" BUILD_DIRS= src/modules/loaders/xpm -MAKE_FLAGS+= module_la_LIBADD="\$${PNG_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" +MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${EVIL_LIBS} \$${evas_image_loader_xpm_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \ + module_la_DEPENDENCIES= .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/evas/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |