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 /audio | |
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 'audio')
-rw-r--r-- | audio/amarok/Makefile | 1 | ||||
-rw-r--r-- | audio/juk/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index a4109cafbd49..2a30d7df5cdb 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -30,7 +30,6 @@ USE_GETTEXT= yes USE_SDL= sdl USE_RUBY= yes USE_LDCONFIG= yes -INSTALLS_ICONS= yes OPTIONS= GPOD "iPod support" on \ NJB "Creative Nomad and Dell support" on \ diff --git a/audio/juk/Makefile b/audio/juk/Makefile index 5c6f33cc594a..37f73c242aca 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -35,7 +35,6 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes WRKSRC= ${WRKDIR}/kdemultimedia-${PORTVERSION} USE_LDCONFIG= yes -INSTALLS_ICONS= yes CONFIGURE_ARGS+=CFLAGS=-I${LOCALBASE}/include/tunepimp-0.4 \ LDFLAGS=-L${LOCALBASE}/lib/tunepimp-0.4 |