svn commit: r486771 - head/cad/gmsh

Joseph Mingrone jrm at FreeBSD.org
Thu Dec 6 17:18:46 UTC 2018


Author: jrm
Date: Thu Dec  6 17:18:45 2018
New Revision: 486771
URL: https://svnweb.freebsd.org/changeset/ports/486771

Log:
  cad/gmsh: Remove redundant USE_LDCONFIG=yes
  
  This should not have been added in r486753, because it is already present
  as SHARED_VARS=USE_LDCONFIG=yes, i.e., when the shared libraries knob is
  on.

Modified:
  head/cad/gmsh/Makefile   (contents, props changed)

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Thu Dec  6 17:11:14 2018	(r486770)
+++ head/cad/gmsh/Makefile	Thu Dec  6 17:18:45 2018	(r486771)
@@ -25,7 +25,6 @@ RUN_DEPENDS=	getdp:science/getdp
 USES=		blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz
 USE_GL=		gl glu
 USE_XORG=	x11 xcursor xext xinerama xfixes xft xrender
-USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DCMAKE_SKIP_RPATH:BOOL=YES
 


More information about the svn-ports-all mailing list