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/windowmaker | |
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/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 3 |
1 files changed, 1 insertions, 2 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 \ |