diff options
Diffstat (limited to 'graphics/evas-tiff/Makefile')
-rw-r--r-- | graphics/evas-tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evas-tiff/Makefile b/graphics/evas-tiff/Makefile index eb4531e55c5..5a296f020a8 100644 --- a/graphics/evas-tiff/Makefile +++ b/graphics/evas-tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/02/06 23:22:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2013/06/03 10:05:10 wiz Exp $ PKGNAME= evas-tiff-${EVAS_VERSION} @@ -8,7 +8,7 @@ EVAS_IMAGE_LOADERS= tiff .include "../../graphics/evas/Makefile.common" -PKGREVISION= 3 +PKGREVISION= 4 BUILD_DIRS= src/modules/loaders/tiff src/modules/savers/tiff MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${EVIL_LIBS} \$${evas_image_loader_tiff_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \ |