summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/fritzing/Makefile1
-rw-r--r--cad/geda/Makefile1
-rw-r--r--cad/gerbv/Makefile1
-rw-r--r--cad/gtkwave/Makefile1
-rw-r--r--cad/horizon-eda/Makefile1
-rw-r--r--cad/kicad-devel/Makefile1
-rw-r--r--cad/kicad/Makefile1
-rw-r--r--cad/lepton-eda/Makefile1
-rw-r--r--cad/oregano/Makefile1
-rw-r--r--cad/pcb/Makefile1
-rw-r--r--cad/repsnapper/Makefile1
-rw-r--r--cad/solvespace/Makefile1
12 files changed, 0 insertions, 12 deletions
diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile
index 92f4f423f453..8b46431a94e6 100644
--- a/cad/fritzing/Makefile
+++ b/cad/fritzing/Makefile
@@ -17,7 +17,6 @@ USES= compiler:c++11-lang dos2unix gmake gnome python qmake qt:5 \
tar:bzip2
USE_QT= buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml
DOS2UNIX_REGEX= .*pro
-INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_PROJECT= fritzing-app fritzing-parts:parts
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index b67519bdc3c7..9d65f6e344c1 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -34,7 +34,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libstroke=${LOCALBASE}
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-gaf
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index a6e54a1f4807..c0134b4fdbdb 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -23,7 +23,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_aux_dir="."
CFLAGS+= -fcommon
-INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="${PORTVERSION}"
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile
index f81c4616e160..7ac1f0418515 100644
--- a/cad/gtkwave/Makefile
+++ b/cad/gtkwave/Makefile
@@ -19,7 +19,6 @@ USES= compiler:c++11-lang desktop-file-utils gettext gmake \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-mime-update
USE_GNOME= cairo gtk20
-INSTALLS_ICONS= yes
OPTIONS_DEFINE= TCL GCONF DOCS EXAMPLES
TCL_DESC= Enable support for TCL/TK
diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index 571d745251da..810593762956 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -33,7 +33,6 @@ MAKE_ARGS= DEBUGFLAGS= OPTIMIZE=
BINARY_ALIAS= python3=${PYTHON_CMD}
-INSTALLS_ICONS= yes
LLVM_VER= 10 # workaround for bug#253551
BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER}
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile
index 9a4c477c8767..e185deca3fd2 100644
--- a/cad/kicad-devel/Makefile
+++ b/cad/kicad-devel/Makefile
@@ -70,7 +70,6 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DKICAD_USE_OCC=ON \
-DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
.include "Makefile.git_rev"
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 503e9c0bdb5a..8fb63ce03d19 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -46,7 +46,6 @@ CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} \
-DKICAD_USE_OCC=ON \
-DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
diff --git a/cad/lepton-eda/Makefile b/cad/lepton-eda/Makefile
index 32898ad8cc5e..eba7563005d1 100644
--- a/cad/lepton-eda/Makefile
+++ b/cad/lepton-eda/Makefile
@@ -21,7 +21,6 @@ USES= desktop-file-utils gettext-tools gnome \
groff:build libtool localbase makeinfo pathfix perl5 \
pkgconfig shared-mime-info shebangfix
USE_GNOME= cairo gtk20
-INSTALLS_ICONS= yes
USE_LDCONFIG= yes
SHEBANG_FILES= utils/pcb_backannotate/lepton-pcb_backannotate \
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index e78063225b59..5480595ebe09 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -23,7 +23,6 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool libxml2 pan
GLIB_SCHEMAS= io.ahoi.oregano.gschema.xml
INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} 's|$${MANDIR}|${MANPREFIX}/man|' ${WRKSRC}/data/wscript
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 4407bf9dbc9b..7037c4558d2b 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -28,7 +28,6 @@ USE_GNOME= intltool cairo pangox-compat
USE_XORG= x11 xrender xinerama
CONFLICTS= gts-[0-9]*
-INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}"
LDFLAGS+= -lpthread
diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile
index 87f9fd1d79ac..0b22cda871b1 100644
--- a/cad/repsnapper/Makefile
+++ b/cad/repsnapper/Makefile
@@ -23,7 +23,6 @@ USE_GNOME= gtkmm24 intltool libxml++26
USE_GL= gl
USE_PERL5= build
GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile
index 2d18b8bc03bc..fcd4f75c3cb8 100644
--- a/cad/solvespace/Makefile
+++ b/cad/solvespace/Makefile
@@ -26,7 +26,6 @@ USE_GL= gl glu glew
USE_GNOME= atkmm gtk20 pangomm
USE_XORG= x11
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt