diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
commit | 8ace00dcd81c4aebfec4a650553f259ee324df5e (patch) | |
tree | 8faf04c1c75d686de4b4032499fe5b2a290498ff /graphics/evas-svg | |
parent | 0b0f1e8e51c0d57882e3d924e28c55c9ae4e6dd2 (diff) | |
download | pkgsrc-8ace00dcd81c4aebfec4a650553f259ee324df5e.tar.gz |
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Diffstat (limited to 'graphics/evas-svg')
-rw-r--r-- | graphics/evas-svg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evas-svg/Makefile b/graphics/evas-svg/Makefile index 97cc35f761f..9c60015cbb3 100644 --- a/graphics/evas-svg/Makefile +++ b/graphics/evas-svg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/09/07 19:16:44 adam Exp $ +# $NetBSD: Makefile,v 1.19 2012/09/15 10:04:50 obache Exp $ PKGNAME= evas-svg-${EVAS_VERSION} @@ -8,7 +8,7 @@ EVAS_IMAGE_LOADERS= svg .include "../../graphics/evas/Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 BUILD_DIRS= src/modules/loaders/svg MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${evas_image_loader_svg_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \ |