summaryrefslogtreecommitdiff
path: root/graphics/xmps
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xmps')
-rw-r--r--graphics/xmps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xmps/Makefile b/graphics/xmps/Makefile
index 44902316fb02..1d92048bb121 100644
--- a/graphics/xmps/Makefile
+++ b/graphics/xmps/Makefile
@@ -34,4 +34,8 @@ pre-patch:
s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
+post-configure:
+ @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
+ ${WRKSRC}/libtool
+
.include <bsd.port.mk>