Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 17:40:22 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302948 - head/graphics/p5-OpenGL
Message-ID:  <201208221740.q7MHeMHX068904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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