Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 00:16:45 +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: r377706 - head/Mk
Message-ID:  <201501230016.t0N0GkTS005375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan 23 00:16:45 2015
New Revision: 377706
URL: https://svnweb.freebsd.org/changeset/ports/377706
QAT: https://qat.redports.org/buildarchive/r377706/

Log:
  for gl and egl compononents of USE_GL depend on the package rather that a file
  which does not belong to any package

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Jan 22 23:45:53 2015	(r377705)
+++ head/Mk/bsd.port.mk	Fri Jan 23 00:16:45 2015	(r377706)
@@ -1767,8 +1767,8 @@ PKG_IGNORE_DEPENDS?=		'this_port_does_no
 
 _GL_gbm_LIB_DEPENDS=		libgbm.so:${PORTSDIR}/graphics/gbm
 _GL_glesv2_LIB_DEPENDS=		libGLESv2.so:${PORTSDIR}/graphics/libglesv2
-_GL_egl_LIB_DEPENDS=		libEGL.so:${PORTSDIR}/graphics/libEGL
-_GL_gl_LIB_DEPENDS=		libGL.so:${PORTSDIR}/graphics/libGL
+_GL_egl_LIB_DEPENDS=		libEGL>0:${PORTSDIR}/graphics/libEGL
+_GL_gl_LIB_DEPENDS=		libGL>0:${PORTSDIR}/graphics/libGL
 _GL_gl_USE_XORG=		glproto dri2proto
 _GL_glew_LIB_DEPENDS=		libGLEW.so:${PORTSDIR}/graphics/glew
 _GL_glu_LIB_DEPENDS=		libGLU.so:${PORTSDIR}/graphics/libGLU



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