diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-03 00:11:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-03 00:11:51 +0000 |
commit | fb966fa26f35c804660e1ad797ea6d68b0c03b17 (patch) | |
tree | a1c602ef4a7cc8ff28e093a91e96ec5a529d4fa0 /graphics/evas-svg | |
parent | 1f896ff9b4778b2a5823529549e27b6d5a6b7758 (diff) | |
download | pkgsrc-fb966fa26f35c804660e1ad797ea6d68b0c03b17.tar.gz |
Recursive bump for pcre-8.30* (shlib major change)
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 b9a56db7fca..4aea8a6e75a 100644 --- a/graphics/evas-svg/Makefile +++ b/graphics/evas-svg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/02/06 12:40:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/03/03 00:13:12 wiz Exp $ PKGNAME= evas-svg-${EVAS_VERSION} @@ -8,7 +8,7 @@ EVAS_IMAGE_LOADERS= svg .include "../../graphics/evas/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 BUILD_DIRS= src/modules/loaders/svg MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${evas_image_loader_svg_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \ |