diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-10 02:56:48 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-10 02:56:48 +0800 |
commit | b3c031084f5535608ae04c365e4eea69d5c7ad16 (patch) | |
tree | e9275d72967af64466e5a68e8b544b7c9728a8b3 /x11-wm | |
parent | 73d63e14cc0c4f758292e8bf8632371e6d9d8ac7 (diff) | |
download | freebsd-ports-gnome-b3c031084f5535608ae04c365e4eea69d5c7ad16.tar.gz freebsd-ports-gnome-b3c031084f5535608ae04c365e4eea69d5c7ad16.tar.zst freebsd-ports-gnome-b3c031084f5535608ae04c365e4eea69d5c7ad16.zip |
Make sure these compiz ports depend on gconf2 so the GCONF_SCHEMAS
will get processed. This fixes the build for these ports due to a
new check in bsd.gnome.mk.
Pointyhat to: kwm@ for not fixing this during the gnome 3.16 exp-run
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-plugins-extra/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-main/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index e464be4e5c92..9ea324eb863c 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= intltool +USE_GNOME= gconf2 intltool USE_XORG= glproto USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 6178661981a8..02ae664a043d 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip USE_GL= yes USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_CSTD= gnu89 -USE_GNOME= intltool +USE_GNOME= gconf2 intltool USE_XORG= glproto USE_LDCONFIG= yes diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index 067cff86ff6b..27eecfc8afa1 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GL= yes USES= pathfix gettext gmake libtool:keepla pkgconfig tar:bzip2 -USE_GNOME= intltool +USE_GNOME= gconf2 intltool USE_XORG= glproto USE_LDCONFIG= yes |