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