summaryrefslogtreecommitdiff
path: root/graphics/evas-gif
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-07 21:12:11 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-07 21:12:11 +0000
commitba78e86e549fcaece0c5ca2c8373e9236b2c3c6a (patch)
tree7339b8411ed51aeace0cb01821f364e652cda27f /graphics/evas-gif
parent299cdbb8fed1bf3373bc16507e6674d773e8febf (diff)
downloadpkgsrc-ba78e86e549fcaece0c5ca2c8373e9236b2c3c6a.tar.gz
Update evas to the most recent e17 snapshot.
No detailed changes known.
Diffstat (limited to 'graphics/evas-gif')
-rw-r--r--graphics/evas-gif/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evas-gif/Makefile b/graphics/evas-gif/Makefile
index bb2afef309c..b917a6d716a 100644
--- a/graphics/evas-gif/Makefile
+++ b/graphics/evas-gif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 23:44:22 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/07 21:12:11 joerg Exp $
PKGNAME= ${DISTNAME:S/evas/evas-gif/}
@@ -9,7 +9,8 @@ EVAS_IMAGE_LOADERS= gif
.include "../../graphics/evas/Makefile.common"
BUILD_DIRS= src/modules/loaders/gif
-MAKE_FLAGS+= module_la_LIBADD="\$${PNG_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+MAKE_FLAGS+= module_la_LIBADD="\$${evas_image_loader_gif_libs} \$${EINA_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \
+ module_la_DEPENDENCIES=
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/evas/buildlink3.mk"