aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sdl_gfx/Makefile')
-rw-r--r--graphics/sdl_gfx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile
index 6ca2027bf4c3..735688296019 100644
--- a/graphics/sdl_gfx/Makefile
+++ b/graphics/sdl_gfx/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= sdl_gfx
-PORTVERSION= 2.0.17
+PORTVERSION= 2.0.18
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -37,4 +37,7 @@ CFLAGS+= -DUSE_MMX
CONFIGURE_ARGS=--disable-mmx
.endif
+post-patch:
+ @${CHMOD} a+x ${WRKSRC}/install-sh
+
.include <bsd.port.post.mk>