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 /comms/ktrack | |
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 'comms/ktrack')
-rw-r--r-- | comms/ktrack/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/ktrack/Makefile b/comms/ktrack/Makefile index e28d3082f505..28f614b7392b 100644 --- a/comms/ktrack/Makefile +++ b/comms/ktrack/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_BZIP2= yes USE_KDEBASE_VER=3 -INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool |