diff options
author | joerg <joerg> | 2009-06-07 21:12:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-07 21:12:11 +0000 |
commit | c0f480114e5c42882298c55352dcb00794de596a (patch) | |
tree | 7339b8411ed51aeace0cb01821f364e652cda27f /graphics/evas-tiff | |
parent | b05cc92eb5132e8a17ae300116a11b450b618c07 (diff) | |
download | pkgsrc-c0f480114e5c42882298c55352dcb00794de596a.tar.gz |
Update evas to the most recent e17 snapshot.
No detailed changes known.
Diffstat (limited to 'graphics/evas-tiff')
-rw-r--r-- | graphics/evas-tiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evas-tiff/Makefile b/graphics/evas-tiff/Makefile index ebbeab19e89..b479edf8071 100644 --- a/graphics/evas-tiff/Makefile +++ b/graphics/evas-tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:17:54 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/07 21:12:13 joerg Exp $ PKGNAME= ${DISTNAME:S/evas/evas-tiff/} @@ -9,7 +9,8 @@ EVAS_IMAGE_LOADERS= tiff .include "../../graphics/evas/Makefile.common" BUILD_DIRS= src/modules/loaders/tiff src/modules/savers/tiff -MAKE_FLAGS+= module_la_LIBADD="\$${jpeg_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" +MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${EVIL_LIBS} \$${evas_image_loader_tiff_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \ + module_la_DEPENDENCIES= .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/evas/buildlink3.mk" |