svn commit: r366521 - head/graphics/p5-OpenGL
Mathieu Arnold
mat at FreeBSD.org
Fri Aug 29 15:17:32 UTC 2014
Author: mat
Date: Fri Aug 29 15:17:31 2014
New Revision: 366521
URL: http://svnweb.freebsd.org/changeset/ports/366521
QAT: https://qat.redports.org/buildarchive/r366521/
Log:
USE_GL=glut -> freeglut, also, it needs the display during configure.
Sponsored by: Absolight
Modified:
head/graphics/p5-OpenGL/Makefile
Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile Fri Aug 29 14:57:05 2014 (r366520)
+++ head/graphics/p5-OpenGL/Makefile Fri Aug 29 15:17:31 2014 (r366521)
@@ -14,8 +14,8 @@ COMMENT= Perl module to display 3D data
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
More information about the svn-ports-all
mailing list