aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-OpenGL
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-08-22 18:15:15 +0000
committerChris Rees <crees@FreeBSD.org>2012-08-22 18:15:15 +0000
commit9feac38c3b5768aadf5cadfe42fe080be580dfb7 (patch)
treee7653cdfd778fb01d55e362b4be20c5ea3feb5f3 /graphics/p5-OpenGL
parent1d42494e45abd4762b73f7578c81ea9e8672c930 (diff)
downloadports-9feac38c3b5768aadf5cadfe42fe080be580dfb7.tar.gz
ports-9feac38c3b5768aadf5cadfe42fe080be580dfb7.zip
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
Notes
Notes: svn path=/head/; revision=302955
Diffstat (limited to 'graphics/p5-OpenGL')
-rw-r--r--graphics/p5-OpenGL/Makefile2
1 files changed, 1 insertions, 1 deletions
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