aboutsummaryrefslogtreecommitdiff
path: root/devel/gobject-introspection
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-25 15:54:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-25 15:54:05 +0000
commite4b135a2d0b226f5351d03edf6e31bab6b462b1f (patch)
treed64fdec562f744c5cc6ce6efd9ca65fa110ee31a /devel/gobject-introspection
parent2f8e9c8b279b29d8016138e26b053a5e8f650a64 (diff)
downloadports-e4b135a2d0b226f5351d03edf6e31bab6b462b1f.tar.gz
ports-e4b135a2d0b226f5351d03edf6e31bab6b462b1f.zip
Notes
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r--devel/gobject-introspection/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 9b6c7f1b1b5b..3ee455c39804 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -36,7 +36,7 @@ MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|'cc'|'${CC}'|g' \
+ @${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \
${WRKSRC}/giscanner/sourcescanner.py
.include <bsd.port.post.mk>