diff options
author | thierry <thierry@FreeBSD.org> | 2017-07-18 01:43:23 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-07-18 01:43:23 +0800 |
commit | 6a9bf12ab1626d398b215362d1fcb2c10497b747 (patch) | |
tree | 1cba2990d8704303df550c582a62d9c66177f01a /cad/kicad-devel | |
parent | 62f135f281676ec35d6b629b39f9cf0b3149dd25 (diff) | |
download | freebsd-ports-gnome-6a9bf12ab1626d398b215362d1fcb2c10497b747.tar.gz freebsd-ports-gnome-6a9bf12ab1626d398b215362d1fcb2c10497b747.tar.zst freebsd-ports-gnome-6a9bf12ab1626d398b215362d1fcb2c10497b747.zip |
Upgrade Kicad to 4.0.7 (the latest stable release).
The libraries are released separately: create a new port cad/kicad-library.
Diffstat (limited to 'cad/kicad-devel')
-rw-r--r-- | cad/kicad-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 1f205558bb51..5ffac72ff687 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -14,11 +14,11 @@ COMMENT= Schematic and PCB editing software LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm +BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libcurl.so:ftp/curl -CONFLICTS= kicad-2014* +CONFLICTS= kicad-4.* DOCVERSION= 1.1 LIBVERSION= 1.0 |