aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-OpenGL
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-08-22 17:40:21 +0000
committerChris Rees <crees@FreeBSD.org>2012-08-22 17:40:21 +0000
commit370b532bd6ca1d30d6d5a43a4863e8e922ecd43a (patch)
tree27f7d689e86666cf76e0d23fba81d81f218d614c /graphics/p5-OpenGL
parent590744825e848c43e00cfa713a0e1b8b17f014c8 (diff)
downloadports-370b532bd6ca1d30d6d5a43a4863e8e922ecd43a.tar.gz
ports-370b532bd6ca1d30d6d5a43a4863e8e922ecd43a.zip
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)
Notes
Notes: svn path=/head/; revision=302948
Diffstat (limited to 'graphics/p5-OpenGL')
-rw-r--r--graphics/p5-OpenGL/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile
index 22bdc2861e93..dd142ba81655 100644
--- a/graphics/p5-OpenGL/Makefile
+++ b/graphics/p5-OpenGL/Makefile
@@ -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