diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-01 03:51:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-01 03:51:59 +0000 |
commit | 486800de0b92e458639c3e1a96ebe179255971a8 (patch) | |
tree | 8d3a2cdb0ec699a950bdac473d703e3a4459ea91 /x11-toolkits/pango | |
parent | 09c5b77709e44a671b07fe602200aca74c192750 (diff) | |
download | ports-486800de0b92e458639c3e1a96ebe179255971a8.tar.gz ports-486800de0b92e458639c3e1a96ebe179255971a8.zip |
Notes
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 |
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 |