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

Mathieu Arnold mat at FreeBSD.org
Mon Sep 15 22:33:38 UTC 2014


Author: mat
Date: Mon Sep 15 22:33:37 2014
New Revision: 368292
URL: http://svnweb.freebsd.org/changeset/ports/368292
QAT: https://qat.redports.org/buildarchive/r368292/

Log:
  Use a correct manual package build message.
  
  Poked by:	bapt
  Sponsored by:	Absolight

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Mon Sep 15 22:04:47 2014	(r368291)
+++ head/graphics/p5-OpenGL/Makefile	Mon Sep 15 22:33:37 2014	(r368292)
@@ -12,7 +12,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
 
-MANUAL_PACKAGE_BUILD=	fails to start X server on pointyhat
+MANUAL_PACKAGE_BUILD=	needs the X server it will be used with to build
 
 CONFIGURE_ARGS=	interface=FREEGLUT
 USES=		perl5 display:configure


More information about the svn-ports-head mailing list