aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-OpenGL
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-08-29 23:17:31 +0800
committermat <mat@FreeBSD.org>2014-08-29 23:17:31 +0800
commit56f8a81759e8acca309ca3ed2f13230a58ebf521 (patch)
tree782326b853f64968c32ad4d162bb7efbd5c56b55 /graphics/p5-OpenGL
parent899956e07b29e8c047b574f2e4b03181b8fba4f6 (diff)
downloadfreebsd-ports-gnome-56f8a81759e8acca309ca3ed2f13230a58ebf521.tar.gz
freebsd-ports-gnome-56f8a81759e8acca309ca3ed2f13230a58ebf521.tar.zst
freebsd-ports-gnome-56f8a81759e8acca309ca3ed2f13230a58ebf521.zip
USE_GL=glut -> freeglut, also, it needs the display during configure.
Sponsored by: Absolight
Diffstat (limited to 'graphics/p5-OpenGL')
-rw-r--r--graphics/p5-OpenGL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile
index 654bd73fcd8b..bebaa2a82548 100644
--- a/graphics/p5-OpenGL/Makefile
+++ b/graphics/p5-OpenGL/Makefile
@@ -14,8 +14,8 @@ COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
MANUAL_PACKAGE_BUILD= fails to start X server on pointyhat
-CONFIGURE_ARGS= interface=GLUT
-USES= perl5 display:install
+CONFIGURE_ARGS= interface=FREEGLUT
+USES= perl5 display:configure
USE_PERL5= configure
USE_GL= glut