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
This commit is contained in:
parent
49780fe60b
commit
518aed47e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393816
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue