summaryrefslogtreecommitdiffstats
path: root/accessibility/gail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gail/Makefile')
-rw-r--r--accessibility/gail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile
index 302442ff3..221977ee3 100644
--- a/accessibility/gail/Makefile
+++ b/accessibility/gail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gail
-PORTVERSION= 1.7.0
+PORTVERSION= 1.7.1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7
@@ -28,6 +28,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
post-patch:
- @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/configure \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>