diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-14 05:18:19 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-14 05:18:19 +0000 |
commit | 88c1bc6cd80bc48ddca285706532b93c3a5273dc (patch) | |
tree | 2bf4864bb9c04386b6e37aac9c2eac9f3480913b /devel/gobject-introspection | |
parent | 7548c5da385779e1e6dd1a8857a8fa0d6e50ec12 (diff) | |
download | ports-88c1bc6cd80bc48ddca285706532b93c3a5273dc.tar.gz ports-88c1bc6cd80bc48ddca285706532b93c3a5273dc.zip |
Notes
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 30cc507e08ac..af0fe11530d6 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -16,8 +16,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Generate interface introspection data for GObject libraries -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi USE_BZIP2= yes GNU_CONFIGURE= yes @@ -38,10 +37,9 @@ MAKE_ENV= HOME=${WRKDIR} 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:Q}'|g' \ + @${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \ ${WRKSRC}/giscanner/sourcescanner.py -.include <bsd.port.post.mk> +.include <bsd.port.mk> |