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

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 2 22:03:54 UTC 2013


Author: bapt
Date: Fri Aug  2 22:03:54 2013
New Revision: 324176
URL: http://svnweb.freebsd.org/changeset/ports/324176

Log:
  Convert USE_DISPLAY to USES=display

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Fri Aug  2 21:38:09 2013	(r324175)
+++ head/graphics/p5-OpenGL/Makefile	Fri Aug  2 22:03:54 2013	(r324176)
@@ -1,5 +1,3 @@
-# ex:ts=8
-# Ports collection makefile for:	p5-OpenGL
 # Created by: ijliao
 # $FreeBSD$
 
@@ -20,8 +18,7 @@ MANUAL_PACKAGE_BUILD=	fails to start X s
 
 CONFIGURE_ARGS=	interface=GLUT
 USES=		perl5
-USE_PERL5=	configure
-USE_DISPLAY=	yes
+USE_PERL5=	configure display:install
 USE_GL=		glut
 
 MAN3=		Array.3 \


More information about the svn-ports-head mailing list