From 6b0d922bfb9768d2b927d4216f824c306c6daded Mon Sep 17 00:00:00 2001 From: crees Date: Wed, 22 Aug 2012 18:15:15 +0000 Subject: 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 --- graphics/p5-OpenGL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/p5-OpenGL') diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index dd142ba81655..728a32a36697 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -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 -- cgit