diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfdec/Makefile | 3 | ||||
-rw-r--r-- | graphics/swfdec/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 584d65a64450..b3257845d69f 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -7,7 +7,7 @@ # PORTNAME= swfdec -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ @@ -55,5 +55,6 @@ post-patch: @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c @${REINPLACE_CMD} -e 's|libdir)/gimp/1.3|prefix)/libexec/gimp/2.2|g' ${WRKSRC}/gimp-loader/Makefile.in @${REINPLACE_CMD} -e 's|plugin||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo index 1474465dca01..83dc1f0c812a 100644 --- a/graphics/swfdec/distinfo +++ b/graphics/swfdec/distinfo @@ -1,2 +1,2 @@ -MD5 (swfdec-0.3.3.tar.gz) = afa290b7351ddf543b8df132835b78f3 -SIZE (swfdec-0.3.3.tar.gz) = 506654 +MD5 (swfdec-0.3.4.tar.gz) = a307a12e6792f9c26c2f7d7149580d29 +SIZE (swfdec-0.3.4.tar.gz) = 511112 |