Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 23:32:02 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328758 - head/x11-servers/xorg-server
Message-ID:  <201309292332.r8TNW2tC031559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Sep 29 23:32:01 2013
New Revision: 328758
URL: http://svnweb.freebsd.org/changeset/ports/328758

Log:
  Fix perl dependency.
  
  Submitted by: Barbara Guida <bar@FreeBSD.org>

Modified:
  head/x11-servers/xorg-server/Makefile

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Sun Sep 29 23:31:56 2013	(r328757)
+++ head/x11-servers/xorg-server/Makefile	Sun Sep 29 23:32:01 2013	(r328758)
@@ -54,7 +54,8 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-Xext-x
 .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 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292332.r8TNW2tC031559>