Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2013 22:11:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324177 - head/graphics/p5-OpenGL
Message-ID:  <201308022211.r72MBPvf023606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug  2 22:11:24 2013
New Revision: 324177
URL: http://svnweb.freebsd.org/changeset/ports/324177

Log:
  USE_PERL5 doesn't now about display, USES does
  
  Reported by:	mat

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Fri Aug  2 22:03:54 2013	(r324176)
+++ head/graphics/p5-OpenGL/Makefile	Fri Aug  2 22:11:24 2013	(r324177)
@@ -17,8 +17,8 @@ USE_DISPLAY=	requires an X server for co
 MANUAL_PACKAGE_BUILD=	fails to start X server on pointyhat
 
 CONFIGURE_ARGS=	interface=GLUT
-USES=		perl5
-USE_PERL5=	configure display:install
+USES=		perl5 display:install
+USE_PERL5=	configure
 USE_GL=		glut
 
 MAN3=		Array.3 \



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