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 /audio | |
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 '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 |