diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 01:53:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 01:53:22 +0800 |
commit | b5d310e896d89f7945141163ad882a7075cf509c (patch) | |
tree | e76217d98941dc661fce74f0b949ed459fd969d6 /net | |
parent | fe1f0a2531f8d49cba1fdb2548729218254684b6 (diff) | |
download | freebsd-ports-gnome-b5d310e896d89f7945141163ad882a7075cf509c.tar.gz freebsd-ports-gnome-b5d310e896d89f7945141163ad882a7075cf509c.tar.zst freebsd-ports-gnome-b5d310e896d89f7945141163ad882a7075cf509c.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 'net')
-rw-r--r-- | net/smb4k-kde4/Makefile | 1 | ||||
-rw-r--r-- | net/smb4k/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/smb4k-kde4/Makefile b/net/smb4k-kde4/Makefile index ebc9ca90faa6..c6ca2ea67031 100644 --- a/net/smb4k-kde4/Makefile +++ b/net/smb4k-kde4/Makefile @@ -25,7 +25,6 @@ USE_CMAKE= yes USE_GETTEXT= yes USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/kde4 -INSTALLS_ICONS= yes USE_KDE4= kdehier kdeprefix kdelibs automoc4 runtime USE_QT_VER= 4 QT_COMPONENTS= corelib gui network opengl script svg webkit \ diff --git a/net/smb4k/Makefile b/net/smb4k/Makefile index b06eef42ca03..7bea8a85bfd5 100644 --- a/net/smb4k/Makefile +++ b/net/smb4k/Makefile @@ -26,7 +26,6 @@ USE_AUTOTOOLS= libtool USE_GETTEXT= yes USE_BZIP2= yes USE_LDCONFIG= yes -INSTALLS_ICONS= yes CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \ --with-extra-includes=${LOCALBASE}/include \ --with-extra-libs=${LOCALBASE}/lib |