Date: Sun, 3 May 2015 20:47:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385352 - head/graphics/p5-OpenGL Message-ID: <201505032047.t43KlGm4009195@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505032047.t43KlGm4009195>