1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix perl dependency.

Submitted by: Barbara Guida <bar@FreeBSD.org>
This commit is contained in:
Niclas Zeising 2013-09-29 23:32:01 +00:00
parent f7523cdfa7
commit 23f2e96944
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328758

View File

@ -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 \