diff options
author | crees <crees@FreeBSD.org> | 2012-08-23 02:15:15 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-08-23 02:15:15 +0800 |
commit | 6b0d922bfb9768d2b927d4216f824c306c6daded (patch) | |
tree | e7653cdfd778fb01d55e362b4be20c5ea3feb5f3 /graphics/p5-OpenGL | |
parent | cb302ee4e58bb30b913e1fe343aec42cabeac3d6 (diff) | |
download | freebsd-ports-gnome-6b0d922bfb9768d2b927d4216f824c306c6daded.tar.gz freebsd-ports-gnome-6b0d922bfb9768d2b927d4216f824c306c6daded.tar.zst freebsd-ports-gnome-6b0d922bfb9768d2b927d4216f824c306c6daded.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
Diffstat (limited to 'graphics/p5-OpenGL')
-rw-r--r-- | graphics/p5-OpenGL/Makefile | 2 |
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 |