diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 17:53:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 17:53:22 +0000 |
commit | 4166abb7e491bd423332f9f42abf0a5e31573987 (patch) | |
tree | 8025ab35056b3e4f2963c8978718eb3eadea6f64 /deskutils/kooldock | |
parent | 72daafc72bc603ac8b8b515e4d265aa55bae3065 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=278534
Diffstat (limited to 'deskutils/kooldock')
-rw-r--r-- | deskutils/kooldock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deskutils/kooldock/Makefile b/deskutils/kooldock/Makefile index 1ed0a4e017c3..c417b2d27789 100644 --- a/deskutils/kooldock/Makefile +++ b/deskutils/kooldock/Makefile @@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/kooldock GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -INSTALLS_ICONS= yes USE_GETTEXT= yes USE_KDELIBS_VER= 3 USE_BZIP2= yes |