Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 18:15:16 +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: r302955 - head/graphics/p5-OpenGL
Message-ID:  <201208221815.q7MIFG4M074100@svn.freebsd.org>

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



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