diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /cad/kicad | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'cad/kicad')
-rw-r--r-- | cad/kicad/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index fb38fd8e7a62..3e9efbe7877e 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -14,8 +14,8 @@ COMMENT= Schematic and PCB editing software LICENSE= GPLv2 -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs -RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf +LIB_DEPENDS= libboost_thread.so:devel/boost-libs +RUN_DEPENDS= xpdf:graphics/xpdf CONFLICTS= kicad-devel* @@ -26,8 +26,8 @@ USE_GCC= 4.7 #USES+= compiler:gcc-c++11-lib LDFLAGS+= -L${LOCALBASE}/lib/c++ CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 -BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++ -DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOS2UNIX_GLOB= *.cmake sch_bus_entry.h sch_line.h sch_no_connect.h USE_XORG= ice x11 xext |