summaryrefslogtreecommitdiff
path: root/graphics/xmps
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-12 09:10:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-12 09:10:35 +0000
commita1d8267a6c807628e7a15cd4d76edf0b75dd1f20 (patch)
treef279d5971187d7f4ad6204a49d062ac642e2c25e /graphics/xmps
parentFix the breakage from fixing the last breakage... Does anyone have a spare (diff)
Fix another well-known libtool stupidity.
Propelled by: th@d83b0468.dsl.flashcom.net (on IRC)
Notes
Notes: svn path=/head/; revision=33724
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>