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

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 3 20:47:17 UTC 2015


Author: amdmi3
Date: Sun May  3 20:47:16 2015
New Revision: 385352
URL: https://svnweb.freebsd.org/changeset/ports/385352

Log:
  - Add missing xorg depends
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/graphics/p5-OpenGL/Makefile

Modified: head/graphics/p5-OpenGL/Makefile
==============================================================================
--- head/graphics/p5-OpenGL/Makefile	Sun May  3 20:45:47 2015	(r385351)
+++ head/graphics/p5-OpenGL/Makefile	Sun May  3 20:47:16 2015	(r385352)
@@ -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