aboutsummaryrefslogtreecommitdiff
path: root/graphics/nip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nip2/Makefile')
-rw-r--r--graphics/nip2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile
index d9864d6a9457..1e0a5dcb4442 100644
--- a/graphics/nip2/Makefile
+++ b/graphics/nip2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nip2
PORTVERSION= 7.14.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
@@ -39,5 +39,7 @@ MAN1= nip2.1
post-patch:
${REINPLACE_CMD} -e 's, malkovich,,' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|n_bytes|x_n_bytes|g' -e 's|text_size|x_text_size|g' \
+ ${WRKSRC}/src/gtkitementry.c
.include <bsd.port.mk>