svn commit: r304851 - head/graphics/p5-OpenGL

Beat Gaetzi beat at FreeBSD.org
Tue Sep 25 18:02:16 UTC 2012


Author: beat
Date: Tue Sep 25 18:02:15 2012
New Revision: 304851
URL: http://svn.freebsd.org/changeset/ports/304851

Log:
  - Disallow from pointyhat: fails to start X server
  
  Reported by:	pointyhat

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Tue Sep 25 17:52:52 2012	(r304850)
+++ head/graphics/p5-OpenGL/Makefile	Tue Sep 25 18:02:15 2012	(r304851)
@@ -19,6 +19,8 @@ COMMENT=	Perl module to display 3D data 
 
 USE_DISPLAY=	requires an X server for configure stage
 
+MANUAL_PACKAGE_BUILD=	fails to start X server on pointyhat
+
 CONFIGURE_ARGS=	interface=GLUT
 PERL_CONFIGURE=	yes
 USE_DISPLAY=	yes



More information about the svn-ports-all mailing list