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

Chris Rees crees at FreeBSD.org
Wed Aug 22 17:40:22 UTC 2012


Author: crees
Date: Wed Aug 22 17:40:21 2012
New Revision: 302948
URL: http://svn.freebsd.org/changeset/ports/302948

Log:
  Mark IS_INTERACTIVE-- requires an X server for configure stage.
  
  I'm thinking of using xvfb somehow... or finding the freeglut version by
  perhaps looking in source code/headers.
  
  Submitted by:	pointyhat (beat)

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Wed Aug 22 17:18:42 2012	(r302947)
+++ head/graphics/p5-OpenGL/Makefile	Wed Aug 22 17:40:21 2012	(r302948)
@@ -17,6 +17,8 @@ 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
+
 CONFIGURE_ARGS=	interface=GLUT
 PERL_CONFIGURE=	yes
 USE_DISPLAY=	yes



More information about the svn-ports-head mailing list