aboutsummaryrefslogtreecommitdiff
path: root/graphics/swfdec/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-20 18:41:26 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-20 18:41:26 +0000
commitdc3b7b8a594e8d56dd1f087e52d4e92a6c014d3d (patch)
treec9b7b58b1a8b9eaf1139e71e576e214d38d9e8a9 /graphics/swfdec/Makefile
parent2e9688401838520daa8ed37d1a10668f1b3dcf36 (diff)
downloadports-dc3b7b8a594e8d56dd1f087e52d4e92a6c014d3d.tar.gz
ports-dc3b7b8a594e8d56dd1f087e52d4e92a6c014d3d.zip
Notes
Diffstat (limited to 'graphics/swfdec/Makefile')
-rw-r--r--graphics/swfdec/Makefile3
1 files changed, 2 insertions, 1 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>