svn commit: r324177 - head/graphics/p5-OpenGL
Baptiste Daroussin
bapt at FreeBSD.org
Fri Aug 2 22:11:25 UTC 2013
Author: bapt
Date: Fri Aug 2 22:11:24 2013
New Revision: 324177
URL: http://svnweb.freebsd.org/changeset/ports/324177
Log:
USE_PERL5 doesn't now about display, USES does
Reported by: mat
Modified:
head/graphics/p5-OpenGL/Makefile
Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile Fri Aug 2 22:03:54 2013 (r324176)
+++ head/graphics/p5-OpenGL/Makefile Fri Aug 2 22:11:24 2013 (r324177)
@@ -17,8 +17,8 @@ USE_DISPLAY= requires an X server for co
MANUAL_PACKAGE_BUILD= fails to start X server on pointyhat
CONFIGURE_ARGS= interface=GLUT
-USES= perl5
-USE_PERL5= configure display:install
+USES= perl5 display:install
+USE_PERL5= configure
USE_GL= glut
MAN3= Array.3 \
More information about the svn-ports-all
mailing list