Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2013 22:03:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324176 - head/graphics/p5-OpenGL
Message-ID:  <201308022203.r72M3sSj020560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308022203.r72M3sSj020560>