diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-unsupported/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index 0d824f598dd4..89066a37c4ab 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -14,7 +14,8 @@ LICENSE= MIT BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox -USE_PERL5_BUILD= yes +USES= perl5 pkgconfig +USE_PERL5= build USE_XORG= x11 xext GNU_CONFIGURE= yes CPPFLAGS+= `pkg-config --cflags xft` diff --git a/x11-wm/compiz-plugins-unsupported/Makefile b/x11-wm/compiz-plugins-unsupported/Makefile index 6440ab9373a9..d584cc93c432 100644 --- a/x11-wm/compiz-plugins-unsupported/Makefile +++ b/x11-wm/compiz-plugins-unsupported/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes |