diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 17:52:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 17:52:13 +0000 |
commit | 53f0ccb1b9eb62ea84c7a9b7f9b1a64f803a331c (patch) | |
tree | 165241672c01845d4c7800956065d7ce2b0ff63d /x11-wm | |
parent | 05ba8201eca46fbcd7420040ac6908de3f4a3eaf (diff) | |
download | ports-53f0ccb1b9eb62ea84c7a9b7f9b1a64f803a331c.tar.gz ports-53f0ccb1b9eb62ea84c7a9b7f9b1a64f803a331c.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index c1e90a233282..1a3a4343fbb0 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -49,8 +49,7 @@ PLIST_SUB+= GDM="" .endif .if !defined(WITHOUT_ICONS) -RUN_DEPENDS+= ${LOCALBASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme \ - ${LOCALBASE}/share/themes/Xfce/xfwm4/themerc:${PORTSDIR}/misc/xfce4-wm-themes \ +RUN_DEPENDS+= ${LOCALBASE}/share/themes/Xfce/xfwm4/themerc:${PORTSDIR}/misc/xfce4-wm-themes \ icons-tango-extras>=0.1.0:${PORTSDIR}/x11-themes/icons-tango-extras .endif |