svn commit: r548247 - head/cad/kicad-devel

Michael Reifenberger mr at FreeBSD.org
Fri Sep 11 15:28:26 UTC 2020


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 at 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}" \


More information about the svn-ports-all mailing list