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/muffin | |
parent | 6fae69c8aced596c875c612c27f2d0d1a2820922 (diff) | |
download | marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.gz 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/muffin')
-rw-r--r-- | x11-wm/muffin/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |