aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pango
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-01 03:51:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-01 03:51:59 +0000
commit486800de0b92e458639c3e1a96ebe179255971a8 (patch)
tree8d3a2cdb0ec699a950bdac473d703e3a4459ea91 /x11-toolkits/pango
parent09c5b77709e44a671b07fe602200aca74c192750 (diff)
downloadports-486800de0b92e458639c3e1a96ebe179255971a8.tar.gz
ports-486800de0b92e458639c3e1a96ebe179255971a8.zip
The pango port shouldn't be installing gir modules itself.
PR: 141043
Notes
Notes: svn path=/head/; revision=245043
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r--x11-toolkits/pango/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 345be6cd514f..bf59ac7d7f3b 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -66,6 +66,10 @@ PLIST_SUB+= X11=""
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|have_introspection=true|have_introspection=false|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>
.endif