svn commit: r385677 - branches/2015Q2/graphics/p5-OpenGL

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:44:30 UTC 2015


Author: amdmi3
Date: Thu May  7 20:44:29 2015
New Revision: 385677
URL: https://svnweb.freebsd.org/changeset/ports/385677

Log:
  MFH: r385352
  
  - Add missing xorg depends
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/graphics/p5-OpenGL/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/graphics/p5-OpenGL/Makefile
==============================================================================
--- branches/2015Q2/graphics/p5-OpenGL/Makefile	Thu May  7 20:43:14 2015	(r385676)
+++ branches/2015Q2/graphics/p5-OpenGL/Makefile	Thu May  7 20:44:29 2015	(r385677)
@@ -3,7 +3,7 @@
 
 PORTNAME=	OpenGL
 PORTVERSION=	0.66
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CHM
@@ -18,6 +18,7 @@ CONFIGURE_ARGS=	interface=FREEGLUT
 USES=		perl5 display:configure
 USE_PERL5=	configure
 USE_GL=		glut
+USE_XORG=	x11 xext xmu xi ice
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL


More information about the svn-ports-all mailing list