diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-15 20:35:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-15 20:35:10 +0800 |
commit | b0cf80f25ed3be6bb3c8079e1e46eb8b84ce7df8 (patch) | |
tree | 1809234b4ab97b81e38df67be754a3f2aa2f60f8 | |
parent | 689fc8c3ee739cdeb993a0a6b945ad226c85c351 (diff) | |
download | marcuscom-ports-b0cf80f25ed3be6bb3c8079e1e46eb8b84ce7df8.tar.gz marcuscom-ports-b0cf80f25ed3be6bb3c8079e1e46eb8b84ce7df8.tar.zst marcuscom-ports-b0cf80f25ed3be6bb3c8079e1e46eb8b84ce7df8.zip |
Replace HOME hack by GI_SCANNER_DISABLE_CACHE=1 [1]
Switch gtk30 back to build_depend line, something left over weirdness
is going on when the above is enabled.
Submitted by: bapt [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18534 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gnome.mk | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index d0ee12df3..0213133c0 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -397,7 +397,7 @@ introspection_BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspectio introspection_RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection introspection_DETECT= ${LOCALBASE}/libdata/pkgconfig/gobject-introspection-1.0.pc introspection_USE_GNOME_IMPL= glib20 -introspection_MAKE_ENV= HOME=${WRKDIR}/ +introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 gconf2_LIB_DEPENDS= gconf-2.4:${PORTSDIR}/devel/gconf2 gconf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconf-2.0.pc diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index e609119e2..ba5593d3a 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -22,6 +22,7 @@ LATEST_LINK= gtk30 .if !defined(REFERENCE_PORT) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk +BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspetion RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk @@ -30,8 +31,8 @@ USE_PERL5_BUILD=yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache \ - introspection:build +USE_GNOME= atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache +# introspection:build USES= gettext pathfix pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite |