summaryrefslogtreecommitdiff
path: root/graphics/evas-xpm
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-07 21:12:11 +0000
committerjoerg <joerg>2009-06-07 21:12:11 +0000
commit79656a5a962461aa073b3ee38e1af076f32e3828 (patch)
tree7339b8411ed51aeace0cb01821f364e652cda27f /graphics/evas-xpm
parent2211d871674d8c7e89d4cbd8c8ef372e8baaa747 (diff)
downloadpkgsrc-79656a5a962461aa073b3ee38e1af076f32e3828.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/Makefile7
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"