diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-02 05:05:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-02 05:05:03 +0000 |
commit | bf40e9a09b8cffaa50539ff2fb732fec83c3591d (patch) | |
tree | cc56559e798813a1e8fbe06193dfa68f20f614cb | |
parent | 285a2759b02bb121f0e21ab2105f176609e3c37a (diff) |
Notes
-rw-r--r-- | www/opera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index d7a011342048..0f691c1b3319 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -33,7 +33,6 @@ MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} USE_XZ= yes USE_XORG= x11 xext sm ice xft xrender USE_GNOME= desktopfileutils -INSTALLS_ICONS= yes MAN1= opera.1 opera-widget-manager.1 MANCOMPRESSED= yes @@ -57,6 +56,7 @@ USE_GSTREAMER+= vorbis ogg theora vp8 good .if defined(WITH_GTK) USE_GNOME+= gtk20 +INSTALLS_ICONS= yes .endif .if defined(WITH_KDE4) |