svn commit: r324238 - head/x11-servers/xorg-server
Andrej Zverev
az at FreeBSD.org
Sun Aug 4 15:01:35 UTC 2013
Author: az
Date: Sun Aug 4 15:01:34 2013
New Revision: 324238
URL: http://svnweb.freebsd.org/changeset/ports/324238
Log:
- Convert to new perl framework
Approved by: bapt@ (x11@)
Modified:
head/x11-servers/xorg-server/Makefile
Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile Sun Aug 4 14:56:47 2013 (r324237)
+++ head/x11-servers/xorg-server/Makefile Sun Aug 4 15:01:34 2013 (r324238)
@@ -39,6 +39,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-Xext-x
${FILESDIR}/extra-Xserver-hw-xfree86-common-xf86Config.c
.endif
+USES= perl5
+USE_PERL5= build
USE_BZIP2= yes
USE_GMAKE= yes
USE_GL= gl
@@ -52,7 +54,6 @@ USE_XORG?= xf86driproto glproto xdmcp x1
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 \
More information about the svn-ports-head
mailing list