svn commit: r302955 - head/graphics/p5-OpenGL

Chris Rees crees at FreeBSD.org
Wed Aug 22 18:15:16 UTC 2012


Author: crees
Date: Wed Aug 22 18:15:15 2012
New Revision: 302955
URL: http://svn.freebsd.org/changeset/ports/302955

Log:
  There's apparently a magic variable, USE_DISPLAY that I'd somehow missed.
  
  Hopefully this will fix the build on pointyhat...
  
  Submitted by:	beat
  Submitted by:	linimon

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Wed Aug 22 18:09:57 2012	(r302954)
+++ head/graphics/p5-OpenGL/Makefile	Wed Aug 22 18:15:15 2012	(r302955)
@@ -17,7 +17,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
 
-IS_INTERACTIVE=	requires an X server for configure stage
+USE_DISPLAY=	requires an X server for configure stage
 
 CONFIGURE_ARGS=	interface=GLUT
 PERL_CONFIGURE=	yes



More information about the svn-ports-head mailing list