Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 20:00:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547294 - head/science/opensph
Message-ID:  <202009012000.081K0kbh068692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep  1 20:00:46 2020
New Revision: 547294
URL: https://svnweb.freebsd.org/changeset/ports/547294

Log:
  science/opensph: Use USE_WX instead of the LIB_DEPENDS with the WX library

Modified:
  head/science/opensph/Makefile

Modified: head/science/opensph/Makefile
==============================================================================
--- head/science/opensph/Makefile	Tue Sep  1 19:59:22 2020	(r547293)
+++ head/science/opensph/Makefile	Tue Sep  1 20:00:46 2020	(r547294)
@@ -12,14 +12,13 @@ COMMENT=	Library and graphical tools for running SPH a
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libwx_baseu-3.1.so:x11-toolkits/wxgtk31
-
 USES=		compiler:c++14-lang eigen:3 qmake qt:5
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.com
 GL_ACCOUNT=	sevecekp
 GL_PROJECT=	sph
 GL_COMMIT=	06686fa7f7307bdf8c9261e55b9875aafa278a13
+USE_WX=		3.1
 
 QMAKE_SOURCE_PATH=	${WRKSRC}/sph.pro
 



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