Date: Fri, 29 Aug 2014 15:17:31 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366521 - head/graphics/p5-OpenGL Message-ID: <201408291517.s7TFHV9Y006689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291517.s7TFHV9Y006689>