diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-14 06:16:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-14 06:16:03 +0800 |
commit | 0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb (patch) | |
tree | 6b11e595eeffb33f4c45d29539cf32b175ebde4b /x11-wm | |
parent | 6fae69c8aced596c875c612c27f2d0d1a2820922 (diff) | |
download | marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.gz marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.bz2 marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.lz marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.xz marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.zst marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.zip |
Add introspection USE_GNOME component.
Either introspection => both build and run dependancy or
choosable with :build/:run modifiers.
This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir
isn't created in the /root dir anymore.
Convert all users in MC.
Reported by: bapt/miwi
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/muffin/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/mutter/Makefile | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 0ddf09ca5..5a4508200 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -10,7 +10,6 @@ MAINTAINER= gustau.perez@gmail.com COMMENT= Compositing window manager forked from Mutter for use with Cinnamon BUILD_DEPENDS= zenity>3.0.0:${PORTSDIR}/x11/zenity3 \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ @@ -29,7 +28,7 @@ USE_PYTHON= 2.5+ USES= gettext pathfix USE_GMAKE= yes USE_AUTOTOOLS= libtool autoconf automake -USE_GNOME= gnomehier gnomeprefix intlhack gtk30 gconf2 +USE_GNOME= gnomehier gnomeprefix intlhack gtk30 gconf2 introspection:build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index d00f28935..361451552 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -12,8 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Window and compositing manager based on Clutter BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ - gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ clutter-1.0:${PORTSDIR}/graphics/clutter \ canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 @@ -28,7 +27,8 @@ USE_PYTHON= 2.5+ USES= gettext pathfix pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehier gnomeprefix intlhack gtk30 ltverhack +USE_GNOME= gnomehier gnomeprefix intlhack gtk30 ltverhack \ + introspection:build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer LDFLAGS+= -L${LOCALBASE}/lib |