diff options
-rw-r--r-- | devel/imake/Makefile | 4 | ||||
-rw-r--r-- | x11/libX11/Makefile | 3 | ||||
-rw-r--r-- | x11/pixman/Makefile | 3 | ||||
-rw-r--r-- | x11/xkeyboard-config/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile index fbe4ab29fc49..6e2b3111285e 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -14,8 +14,8 @@ RUN_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep \ makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files -USES= shebangfix -USE_PERL5_RUN= yes +USES= shebangfix perl5 +USE_PERL5= run SHEBANG_FILES= mkhtmlindex.pl diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index a810c2fcb0ac..95b07bc581c6 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -11,11 +11,12 @@ COMMENT= X11 library LICENSE= MIT +USES= perl5 XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both \ xcb -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index f51a9860eb87..97b1fcc0d3cf 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -7,9 +7,10 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Low-level pixel manipulation library +USES= perl5 XORG_CAT= lib USE_AUTOTOOLS= libtool -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= ltverhack:9 CONFIGURE_ARGS= --disable-gtk diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 89a8256074bd..ac06c0235da2 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -16,8 +16,8 @@ XORG_CAT= data USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= intlhack libxslt:build -USES= pathfix -USE_PERL5_BUILD=yes +USES= pathfix perl5 +USE_PERL5= build GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes |