diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
commit | e727b45488cd2ddb6cec7ed27719fb23fb0b606a (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /x11-wm | |
parent | 4d38bf6add21f5b3629f369f9b68ca09205c44d3 (diff) | |
download | freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.gz freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.zst freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.zip |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 61046fa2575e..870fe3394c98 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -21,10 +21,9 @@ LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ wraster:${PORTSDIR}/x11-wm/libwraster RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons -USES= pathfix pkgconfig +USES= pathfix perl5 pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_PERL5= yes USE_XORG= xft xinerama xmu xpm CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 27d28846f28c..c7ba57628ea6 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -15,14 +15,12 @@ LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ cairo:${PORTSDIR}/graphics/cairo \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils gmake pathfix perl5 pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5= yes USE_XFCE= configenv garcon libexo libmenu libutil xfconf USE_XORG= x11 sm |