diff options
author | crees <crees@FreeBSD.org> | 2012-08-23 01:40:21 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-08-23 01:40:21 +0800 |
commit | b93f6cefd0d0b8cc3ef8132b4daf03076a3f85b3 (patch) | |
tree | 27f7d689e86666cf76e0d23fba81d81f218d614c /graphics/p5-OpenGL | |
parent | f5e92674507d5675189affc657a83a938feb7ff1 (diff) | |
download | freebsd-ports-gnome-b93f6cefd0d0b8cc3ef8132b4daf03076a3f85b3.tar.gz freebsd-ports-gnome-b93f6cefd0d0b8cc3ef8132b4daf03076a3f85b3.tar.zst freebsd-ports-gnome-b93f6cefd0d0b8cc3ef8132b4daf03076a3f85b3.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)
Diffstat (limited to 'graphics/p5-OpenGL')
-rw-r--r-- | graphics/p5-OpenGL/Makefile | 2 |
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 |