aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-07-30 01:53:22 +0800
committerKoop Mast <kwm@FreeBSD.org>2011-07-30 01:53:22 +0800
commit4166abb7e491bd423332f9f42abf0a5e31573987 (patch)
tree8025ab35056b3e4f2963c8978718eb3eadea6f64 /sysutils
parent72daafc72bc603ac8b8b515e4d265aa55bae3065 (diff)
downloadfreebsd-ports-gnome-4166abb7e491bd423332f9f42abf0a5e31573987.tar.gz
freebsd-ports-gnome-4166abb7e491bd423332f9f42abf0a5e31573987.tar.zst
freebsd-ports-gnome-4166abb7e491bd423332f9f42abf0a5e31573987.zip
Remove INSTALLS_ICONS from kde ports.
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro will gain the long missing gtk-update-icon-theme dependancy. After talking with members from of our KDE team. There isn't any indication that this gtk util is usefull for KDE.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/desktopbsd-tools/Makefile2
-rw-r--r--sysutils/filelight/Makefile1
2 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/desktopbsd-tools/Makefile b/sysutils/desktopbsd-tools/Makefile
index fca8f301e1bb..306350c0a4ce 100644
--- a/sysutils/desktopbsd-tools/Makefile
+++ b/sysutils/desktopbsd-tools/Makefile
@@ -23,8 +23,6 @@ USE_LDCONFIG= yes
USE_BZIP2= yes
USE_KDEBASE_VER=3
-INSTALLS_ICONS= yes
-
QMAKE?= qmake
QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
MAKE_ENV= QTDIR="${QT_PREFIX}"
diff --git a/sysutils/filelight/Makefile b/sysutils/filelight/Makefile
index c2c9cfac05b2..c65745dd5233 100644
--- a/sysutils/filelight/Makefile
+++ b/sysutils/filelight/Makefile
@@ -19,7 +19,6 @@ USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
-INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \