summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-08-05 04:17:06 +0800
committerbapt <bapt@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-08-05 04:17:06 +0800
commit201a9411a89f8faec5d3fa50f753cb0be963cb0a (patch)
treeb051c3bd49e2d2d58e94dd3b6b2b204900aa8532
parent41d30366d40791063e7f2a7eb335831ceb5f6722 (diff)
downloadxorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.tar
xorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.tar.gz
xorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.tar.bz2
xorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.tar.lz
xorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.tar.xz
xorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.tar.zst
xorg-devel-ports-201a9411a89f8faec5d3fa50f753cb0be963cb0a.zip
Sync with the latest modifications in the ports tree
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1047 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/libX11/Makefile3
-rw-r--r--x11/pixman/Makefile3
-rw-r--r--x11/xkeyboard-config/Makefile4
3 files changed, 6 insertions, 4 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 8e9cdb9..479b16a 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 f51a986..60fe908 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
+USE_PERL5= build
XORG_CAT= lib
USE_AUTOTOOLS= libtool
-USE_PERL5_BUILD=yes
USE_GNOME= ltverhack:9
CONFIGURE_ARGS= --disable-gtk
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile
index 50030e8..0889606 100644
--- a/x11/xkeyboard-config/Makefile
+++ b/x11/xkeyboard-config/Makefile
@@ -15,8 +15,8 @@ XORG_CAT= data
USE_BZIP2= yes
USE_GNOME= intlhack libxslt:build
-USES= gmake pathfix
-USE_PERL5_BUILD=yes
+USES= gmake pathfix perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes