aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-09-29 23:32:01 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-09-29 23:32:01 +0000
commit23f2e96944897444bfed7dc56c3f6475f5b03f1b (patch)
treeee3374df9d939ea04b2023c744404517be1a6713 /x11-servers
parentf7523cdfa710170993ccf7212a8388a2cf1f3356 (diff)
downloadports-23f2e96944897444bfed7dc56c3f6475f5b03f1b.tar.gz
ports-23f2e96944897444bfed7dc56c3f6475f5b03f1b.zip
Fix perl dependency.
Submitted by: Barbara Guida <bar@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=328758
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/xorg-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 5415d038c177..dc0d15ce4f0f 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -54,7 +54,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-Xext-xace.c \
.endif
USE_BZIP2= yes
-USES= gmake
+USES= gmake perl5
+USE_PERL5= build
USE_GL= gl
USE_XORG?= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
xmu xt xpm xext randrproto renderproto fixesproto damageproto \
@@ -66,7 +67,6 @@ USE_XORG?= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
MAKE_JOBS_UNSAFE= yes
USE_OPENSSL= yes
-USE_PERL5_BUILD=yes
CONFIGURE_ARGS?=--disable-dmx --disable-xvfb --disable-xnest \
--without-xmlto --disable-docs --disable-devel-docs \
--localstatedir=/var --without-dtrace --disable-xephyr \