Date: Fri, 11 Sep 2020 15:28:26 +0000 (UTC) From: Michael Reifenberger <mr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548247 - head/cad/kicad-devel Message-ID: <202009111528.08BFSQRr035049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mr Date: Fri Sep 11 15:28:26 2020 New Revision: 548247 URL: https://svnweb.freebsd.org/changeset/ports/548247 Log: Try to fix ports build. Modified: head/cad/kicad-devel/Makefile Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Fri Sep 11 15:20:00 2020 (r548246) +++ head/cad/kicad-devel/Makefile Fri Sep 11 15:28:26 2020 (r548247) @@ -13,7 +13,8 @@ COMMENT= Schematic and PCB editing software LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm \ +BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git \ + ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/bin/swig:devel/swig LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libngspice.so:cad/ngspice_rework@shlib \ @@ -48,7 +49,7 @@ BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt USES= desktop-file-utils shared-mime-info compiler:c++14-lang tar:bzip2 cmake:insource,noninja \ - gettext python:3.5+ shebangfix ssl gl xorg gnome + gettext pkgconfig python:3.5+ shebangfix ssl gl xorg gnome SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009111528.08BFSQRr035049>