aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-09-22 18:48:28 +0800
committermat <mat@FreeBSD.org>2017-09-22 18:48:28 +0800
commitd9b3f2d70221e2edb53316d0af198504f8090ae1 (patch)
tree5ec4d6c8c02d380cf421717b2ce88beceb851e79 /cad
parent82267b98f1fc7e9ab7316d3d76128cd4a197c04d (diff)
downloadfreebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.gz
freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.zst
freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.zip
Remove USES=execinfo.
PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'cad')
-rw-r--r--cad/klayout/Makefile2
-rw-r--r--cad/qcad/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 32a5f5c1fbc9..4405d39d0da4 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -11,7 +11,7 @@ COMMENT= Qt-based GDS2 Viewer
LICENSE= GPLv2
-USES= compiler:c++0x execinfo gmake python
+USES= compiler:c++0x gmake python
USE_RUBY= yes
USE_QT4= corelib designer gui network moc_build sql uic_build \
rcc_build qt3support xml
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 3c689646dab8..719f5cde6bcd 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libquazip.so:archivers/quazip
MAKE_JOBS_UNSAFE=yes
-USES= execinfo gmake qmake
+USES= gmake qmake
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT4= qmake_build codecs-cn codecs-jp codecs-kr codecs-tw corelib \